[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖

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

  1. @echo off
  2. :begin1
  3. set /a a1=0
  4. set /a a2=0
  5. set /a a3=0
  6. set /a a4=0
  7. set /a a5=0
  8. set /a b1=0
  9. set /a b2=0
  10. set /a b3=0
  11. set /a b4=0
  12. set /a b5=0
  13. set /a c1=0
  14. set /a c2=0
  15. set /a c3=0
  16. set /a c4=0
  17. set /a c5=0
  18. set /a d1=0
  19. set /a d2=0
  20. set /a d3=0
  21. set /a d4=0
  22. set /a d5=0
  23. set /a h1=0
  24. set /a h2=2
  25. set /a h3=3
  26. set /a h4=4
  27. set /p r=输入先行方
  28. if %r%==p1 (goto show2) else (goto rty)
  29. :rty
  30. if %r%==p2 (goto show1) else (goto begin1)
  31. :p1
  32. set /p n=P1请输入
  33. if %n%==a1 (goto qaza1) else (goto next1)
  34. :next1
  35. if %n%==a2 (goto qaza2) else (goto next2)
  36. :next2
  37. if %n%==a3 (goto qaza3) else (goto next3)
  38. :next3
  39. if %n%==a4 (goto qaza4) else (goto next4)
  40. :next4
  41. if %n%==a5 (goto qaza5) else (goto next5)
  42. :next5
  43. if %n%==b1 (goto qazb1) else (goto next6)
  44. :next6
  45. if %n%==b2 (goto qazb2) else (goto next7)
  46. :next7
  47. if %n%==b3 (goto qazb3) else (goto next8)
  48. :next8
  49. if %n%==b4 (goto qazb4) else (goto next9)
  50. :next9
  51. if %n%==b5 (goto qazb5) else (goto next10)
  52. :next10
  53. if %n%==c1 (goto qazc1) else (goto next11)
  54. :next11
  55. if %n%==c2 (goto qazc2) else (goto next12)
  56. :next12
  57. if %n%==c3 (goto qazc3) else (goto next13)
  58. :next13
  59. if %n%==c4 (goto qazc4) else (goto next14)
  60. :next14
  61. if %n%==c5 (goto qazc5) else (goto next15)
  62. :next15
  63. if %n%==d1 (goto qazd1) else (goto next16)
  64. :next16
  65. if %n%==d2 (goto qazd2) else (goto next17)
  66. :next17
  67. if %n%==d3 (goto qazd3) else (goto next18)
  68. :next18
  69. if %n%==d4 (goto qazd4) else (goto next19)
  70. :next19
  71. if %n%==d5 (goto qazd5) else (goto p1)
  72. :cha1
  73. if %a1% gtr %h1% (goto sum) else (goto wsxa1)
  74. :cha2
  75. if %a2% gtr %h1% (goto sum) else (goto wsxa2)
  76. :cha3
  77. if %a3% gtr %h1% (goto sum) else (goto wsxa3)
  78. :cha4
  79. if %a4% gtr %h1% (goto sum) else (goto wsxa4)
  80. :cha5
  81. if %a5% gtr %h1% (goto sum) else (goto wsxa5)
  82. :chb1
  83. if %b1% gtr %h1% (goto sum) else (goto wsxb1)
  84. :chb2
  85. if %b2% gtr %h1% (goto sum) else (goto wsxb2)
  86. :chb3
  87. if %b3% gtr %h1% (goto sum) else (goto wsxb3)
  88. :chb4
  89. if %b4% gtr %h1% (goto sum) else (goto wsxb4)
  90. :chb5
  91. if %b5% gtr %h1% (goto sum) else (goto wsxb5)
  92. :chc1
  93. if %c1% gtr %h1% (goto sum) else (goto wsxc1)
  94. :chc2
  95. if %c2% gtr %h1% (goto sum) else (goto wsxc2)
  96. :chc3
  97. if %c3% gtr %h1% (goto sum) else (goto wsxc3)
  98. :chc4
  99. if %c4% gtr %h1% (goto sum) else (goto wsxc4)
  100. :chc5
  101. if %c5% gtr %h1% (goto sum) else (goto wsxc5)
  102. :chd1
  103. if %d1% gtr %h1% (goto sum) else (goto wsxd1)
  104. :chd2
  105. if %d2% gtr %h1% (goto sum) else (goto wsxd2)
  106. :chd3
  107. if %d3% gtr %h1% (goto sum) else (goto wsxd3)
  108. :chd4
  109. if %d4% gtr %h1% (goto sum) else (goto wsxd4)
  110. :chd5
  111. if %d5% gtr %h1% (goto sum) else (goto wsxd5)
  112. :sum
  113. if %a1% lss %h2% (goto sum1) else (goto changea1)
  114. :sum1
  115. if %a5% lss %h2% (goto sum2) else (goto changea5)
  116. :sum2
  117. if %d1% lss %h2% (goto sum3) else (goto changed1)
  118. :sum3
  119. if %d5% lss %h2% (goto sum4) else (goto changed5)
  120. :sum4
  121. if %a2% lss %h3% (goto sum5) else (goto changea2)
  122. :sum5
  123. if %a3% lss %h3% (goto sum6) else (goto changea3)
  124. :sum6
  125. if %a4% lss %h3% (goto sum7) else (goto changea4)
  126. :sum7
  127. if %b1% lss %h3% (goto sum8) else (goto changeb1)
  128. :sum8
  129. if %b5% lss %h3% (goto sum9) else (goto changeb5)
  130. :sum9
  131. if %c1% lss %h3% (goto sum10) else (goto changec1)
  132. :sum10
  133. if %c5% lss %h3% (goto sum11) else (goto changec5)
  134. :sum11
  135. if %d2% lss %h3% (goto sum12) else (goto changed2)
  136. :sum12
  137. if %d3% lss %h3% (goto sum13) else (goto changed3)
  138. :sum13
  139. if %d4% lss %h3% (goto sum14) else (goto changed4)
  140. :sum14
  141. if %b2% lss %h4% (goto sum15) else (goto changeb2)
  142. :sum15
  143. if %b3% lss %h4% (goto sum16) else (goto changeb3)
  144. :sum16
  145. if %b4% lss %h4% (goto sum17) else (goto changeb4)
  146. :sum17
  147. if %c2% lss %h4% (goto sum18) else (goto changec2)
  148. :sum18
  149. if %c3% lss %h4% (goto sum19) else (goto changec3)
  150. :sum19
  151. if %c4% lss %h4% (goto show1) else (goto changec4)
  152. :changea1
  153. set /a a1=0
  154. if %a2% lss %h1% (set /a a2=1-a2) else (set /a a2=a2+1)
  155. if %b1% lss %h1% (set /a b1=1-b1) else (set /a b1=b1+1)
  156. goto p1win
  157. :changea5
  158. set /a a5=0
  159. if %a4% lss %h1% (set /a a4=1-a4) else (set /a a4=a4+1)
  160. if %b5% lss %h1% (set /a b5=1-b5) else (set /a b5=b5+1)
  161. goto p1win
  162. :changed1
  163. set /a d1=0
  164. if %c1% lss %h1% (set /a c1=1-c1) else (set /a c1=c1+1)
  165. if %d2% lss %h1% (set /a d2=1-d2) else (set /a d2=d2+1)
  166. goto p1win
  167. :changed5
  168. set /a d5=0
  169. if %d4% lss %h1% (set /a d4=1-d4) else (set /a d4=d4+1)
  170. if %c5% lss %h1% (set /a c5=1-c5) else (set /a c5=c5+1)
  171. goto p1win
  172. :changea2
  173. set /a a2=0
  174. if %a1% lss %h1% (set /a a1=1-a1) else (set /a a1=a1+1)
  175. if %a3% lss %h1% (set /a a3=1-a3) else (set /a a3=a3+1)
  176. if %b2% lss %h1% (set /a b2=1-b2) else (set /a b2=b2+1)
  177. goto p1win
  178. :changea3
  179. set /a a3=0
  180. if %a2% lss %h1% (set /a a2=1-a2) else (set /a a2=a2+1)
  181. if %a4% lss %h1% (set /a a4=1-a4) else (set /a a4=a4+1)
  182. if %b3% lss %h1% (set /a b3=1-b3) else (set /a b3=b3+1)
  183. goto p1win
  184. :changea4
  185. set /a a4=0
  186. if %a3% lss %h1% (set /a a3=1-a3) else (set /a a3=a3+1)
  187. if %b4% lss %h1% (set /a b4=1-b4) else (set /a b4=b4+1)
  188. if %a5% lss %h1% (set /a a5=1-a5) else (set /a a5=a5+1)
  189. goto p1win
  190. :changeb1
  191. set /a b1=0
  192. if %a1% lss %h1% (set /a a1=1-a1) else (set /a a1=a1+1)
  193. if %b2% lss %h1% (set /a b2=1-b2) else (set /a b2=b2+1)
  194. if %c1% lss %h1% (set /a c1=1-c1) else (set /a c1=c1+1)
  195. goto p1win
  196. :changec1
  197. set /a c1=0
  198. if %b1% lss %h1% (set /a b1=1-b1) else (set /a b1=b1+1)
  199. if %c2% lss %h1% (set /a c2=1-c2) else (set /a c2=c2+1)
  200. if %d1% lss %h1% (set /a d1=1-d1) else (set /a d1=d1+1)
  201. goto p1win
  202. :changeb5
  203. set /a b5=0
  204. if %a5% lss %h1% (set /a a5=1-a5) else (set /a a5=a5+1)
  205. if %b4% lss %h1% (set /a b4=1-b4) else (set /a b4=b4+1)
  206. if %c5% lss %h1% (set /a c5=1-c5) else (set /a c5=c5+1)
  207. goto p1win
  208. :changec5
  209. set /a c5=0
  210. if %b5% lss %h1% (set /a b5=1-b5) else (set /a b5=b5+1)
  211. if %c4% lss %h1% (set /a c4=1-c4) else (set /a c4=c4+1)
  212. if %d5% lss %h1% (set /a d5=1-d5) else (set /a d5=d5+1)
  213. goto p1win
  214. :changed4
  215. set /a d4=0
  216. if %c4% lss %h1% (set /a c4=1-c4) else (set /a c4=c4+1)
  217. if %d3% lss %h1% (set /a d3=1-d3) else (set /a d3=d3+1)
  218. if %d5% lss %h1% (set /a d5=1-d5) else (set /a d5=d5+1)
  219. goto p1win
  220. :changed2
  221. set /a d2=0
  222. if %d3% lss %h1% (set /a d3=1-d3) else (set /a d3=d3+1)
  223. if %c2% lss %h1% (set /a c2=1-c2) else (set /a c2=c2+1)
  224. if %d1% lss %h1% (set /a d1=1-d1) else (set /a d1=d1+1)
  225. goto p1win
  226. :changed3
  227. set /a d3=0
  228. if %d4% lss %h1% (set /a d4=1-d4) else (set /a d4=d4+1)
  229. if %d2% lss %h1% (set /a d2=1-d2) else (set /a d2=d2+1)
  230. if %c3% lss %h1% (set /a c3=1-c3) else (set /a c3=c3+1)
  231. goto p1win
  232. :changeb2
  233. set /a b2=0
  234. if %a2% lss %h1% (set /a a2=1-a2) else (set /a a2=a2+1)
  235. if %b1% lss %h1% (set /a b1=1-b1) else (set /a b1=b1+1)
  236. if %c2% lss %h1% (set /a c2=1-c2) else (set /a c2=c2+1)
  237. if %b3% lss %h1% (set /a b3=1-b3) else (set /a b3=b3+1)
  238. goto p1win
  239. :changeb3
  240. set /a b3=0
  241. if %b2% lss %h1% (set /a b2=1-b2) else (set /a b2=b2+1)
  242. if %a3% lss %h1% (set /a a3=1-a3) else (set /a a3=a3+1)
  243. if %b4% lss %h1% (set /a b4=1-b4) else (set /a b4=b4+1)
  244. if %c3% lss %h1% (set /a c3=1-c3) else (set /a c3=c3+1)
  245. goto p1win
  246. :changeb4
  247. set /a b4=0
  248. if %a4% lss %h1% (set /a a4=1-a4) else (set /a a4=a4+1)
  249. if %b3% lss %h1% (set /a b3=1-b3) else (set /a b3=b3+1)
  250. if %c4% lss %h1% (set /a c4=1-c4) else (set /a c4=c4+1)
  251. if %b5% lss %h1% (set /a b5=1-b5) else (set /a b5=b5+1)
  252. goto p1win
  253. :changec2
  254. set /a c2=0
  255. if %b2% lss %h1% (set /a b2=1-b2) else (set /a b2=b2+1)
  256. if %c1% lss %h1% (set /a c1=1-c1) else (set /a c1=c1+1)
  257. if %d2% lss %h1% (set /a d2=1-d2) else (set /a d2=d2+1)
  258. if %c3% lss %h1% (set /a c3=1-c3) else (set /a c3=c3+1)
  259. goto p1win
  260. :changec3
  261. set /a c3=0
  262. if %b3% lss %h1% (set /a b3=1-b3) else (set /a b3=b3+1)
  263. if %c2% lss %h1% (set /a c2=1-c2) else (set /a c2=c2+1)
  264. if %d3% lss %h1% (set /a d3=1-d3) else (set /a d3=d3+1)
  265. if %c4% lss %h1% (set /a c4=1-c4) else (set /a c4=c4+1)
  266. goto p1win
  267. :changec4
  268. set /a c4=0
  269. if %b4% lss %h1% (set /a b4=1-b4) else (set /a b4=b4+1)
  270. if %c3% lss %h1% (set /a c3=1-c3) else (set /a c3=c3+1)
  271. if %d4% lss %h1% (set /a d4=1-d4) else (set /a d4=d4+1)
  272. if %c5% lss %h1% (set /a c5=1-c5) else (set /a c5=c5+1)
  273. goto p1win
  274. :p1win
  275. if %a1% lss %h1% (goto sum) else (goto next20)
  276. :next20
  277. if %a2% lss %h1% (goto sum) else (goto next21)
  278. :next21
  279. if %a3% lss %h1% (goto sum) else (goto next22)
  280. :next22
  281. if %a4% lss %h1% (goto sum) else (goto next23)
  282. :next23
  283. if %a5% lss %h1% (goto sum) else (goto next24)
  284. :next24
  285. if %b1% lss %h1% (goto sum) else (goto next25)
  286. :next25
  287. if %b2% lss %h1% (goto sum) else (goto next26)
  288. :next26
  289. if %b3% lss %h1% (goto sum) else (goto next27)
  290. :next27
  291. if %b4% lss %h1% (goto sum) else (goto next28)
  292. :next28
  293. if %b5% lss %h1% (goto sum) else (goto next29)
  294. :next29
  295. if %c1% lss %h1% (goto sum) else (goto next30)
  296. :next30
  297. if %c2% lss %h1% (goto sum) else (goto next31)
  298. :next31
  299. if %c3% lss %h1% (goto sum) else (goto next32)
  300. :next32
  301. if %c4% lss %h1% (goto sum) else (goto next33)
  302. :next33
  303. if %c5% lss %h1% (goto sum) else (goto next34)
  304. :next34
  305. if %d1% lss %h1% (goto sum) else (goto next35)
  306. :next35
  307. if %d2% lss %h1% (goto sum) else (goto next36)
  308. :next36
  309. if %d3% lss %h1% (goto sum) else (goto next37)
  310. :next37
  311. if %d4% lss %h1% (goto sum) else (goto next38)
  312. :next38
  313. if %d5% lss %h1% (goto sum) else (goto next39)
  314. :next39
  315. set /a v=a1+a2+a3+a4+a5+b1+b2+b3+b4+b5+c1+c2+c3+c4+c5+d1+d2+d3+d4+d5
  316. if %v% lss %h2% (goto sum) else (goto final1)
  317. :final1
  318. cls
  319. echo P1 WIN
  320. pause
  321. goto begin
  322. :show1
  323. cls
  324. echo ┌───┬───┬───┬───┬───┐
  325. if %a1%==0 (goto qwera10) else (goto next40)
  326. :next40
  327. if %a1%==1 (goto qwera11) else (goto next41)
  328. :next41
  329. if %a1%==-1 (goto qwera1-1) else (goto next42)
  330. :next42
  331. if %a2%==0 (goto qwera20) else (goto next43)
  332. :next43
  333. if %a2%==1 (goto qwera21) else (goto next44)
  334. :next44
  335. if %a2%==2 (goto qwera22) else (goto next45)
  336. :next45
  337. if %a2%==-1 (goto qwera2-1) else (goto next46)
  338. :next46
  339. if %a2%==-2 (goto qwera2-2) else (goto next47)
  340. :next47
  341. if %a3%==0 (goto qwera30) else (goto next48)
  342. :next48
  343. if %a3%==1 (goto qwera31) else (goto next49)
  344. :next49
  345. if %a3%==2 (goto qwera32) else (goto next50)
  346. :next50
  347. if %a3%==-1 (goto qwera3-1) else (goto next51)
  348. :next51
  349. if %a3%==-2 (goto qwera3-2) else (goto next52)
  350. :next52
  351. if %a4%==0 (goto qwera40) else (goto next53)
  352. :next53
  353. if %a4%==1 (goto qwera41) else (goto next54)
  354. :next54
  355. if %a4%==2 (goto qwera42) else (goto next55)
  356. :next55
  357. if %a4%==-1 (goto qwera4-1) else (goto next56)
  358. :next56
  359. if %a4%==-2 (goto qwera4-2) else (goto next57)
  360. :next57
  361. if %a5%==0 (goto qwera50) else (goto next58)
  362. :next58
  363. if %a5%==1 (goto qwera51) else (goto next59)
  364. :next59
  365. if %a5%==-1 (goto qwera5-1) else (goto next60)
  366. :next60
  367. echo                                       │   │   │   │   │   │ a
  368. echo │   │   │   │   │   │
  369. echo ├───┼───┼───┼───┼───┤
  370. if %b1%==0 (goto qwerb10) else (goto next61)
  371. :next61
  372. if %b1%==1 (goto qwerb11) else (goto next62)
  373. :next62
  374. if %b1%==2 (goto qwerb12) else (goto next63)
  375. :next63
  376. if %b1%==-1 (goto qwerb1-1) else (goto next64)
  377. :next64
  378. if %b1%==-2 (goto qwerb1-2) else (goto next65)
  379. :next65
  380. if %b2%==0 (goto qwerb20) else (goto next66)
  381. :next66
  382. if %b2%==1 (goto qwerb21) else (goto next67)
  383. :next67
  384. if %b2%==2 (goto qwerb22) else (goto next68)
  385. :next68
  386. if %b2%==3 (goto qwerb23) else (goto next69)
  387. :next69
  388. if %b2%==-1 (goto qwerb2-1) else (goto next70)
  389. :next70
  390. if %b2%==-2 (goto qwerb2-2) else (goto next71)
  391. :next71
  392. if %b2%==-3 (goto qwerb2-3) else (goto next72)
  393. :next72
  394. if %b3%==0 (goto qwerb30) else (goto next73)
  395. :next73
  396. if %b3%==1 (goto qwerb31) else (goto next74)
  397. :next74
  398. if %b3%==2 (goto qwerb32) else (goto next75)
  399. :next75
  400. if %b3%==3 (goto qwerb33) else (goto next76)
  401. :next76
  402. if %b3%==-1 (goto qwerb3-1) else (goto next77)
  403. :next77
  404. if %b3%==-2 (goto qwerb3-2) else (goto next78)
  405. :next78
  406. if %b3%==-3 (goto qwerb3-3) else (goto next79)
  407. :next79
  408. if %b4%==0 (goto qwerb40) else (goto next80)
  409. :next80
  410. if %b4%==1 (goto qwerb41) else (goto next81)
  411. :next81
  412. if %b4%==2 (goto qwerb42) else (goto next82)
  413. :next82
  414. if %b4%==3 (goto qwerb43) else (goto next83)
  415. :next83
  416. if %b4%==-1 (goto qwerb4-1) else (goto next84)
  417. :next84
  418. if %b4%==-2 (goto qwerb4-2) else (goto next85)
  419. :next85
  420. if %b4%==-3 (goto qwerb4-3) else (goto next86)
  421. :next86
  422. if %b5%==0 (goto qwerb50) else (goto next87)
  423. :next87
  424. if %b5%==1 (goto qwerb51) else (goto next88)
  425. :next88
  426. if %b5%==2 (goto qwerb52) else (goto next89)
  427. :next89
  428. if %b5%==-1 (goto qwerb5-1) else (goto next90)
  429. :next90
  430. if %b5%==-2 (goto qwerb5-2) else (goto next91)
  431. :next91
  432. echo                                      │   │   │   │   │   │ b
  433. set /p="│   "<nul
  434. if %b2%==0 (goto qwer2b20) else (goto next92)
  435. :next92
  436. if %b2%==1 (goto qwer2b21) else (goto next93)
  437. :next93
  438. if %b2%==2 (goto qwer2b22) else (goto next94)
  439. :next94
  440. if %b2%==3 (goto qwer2b23) else (goto next95)
  441. :next95
  442. if %b2%==-1 (goto qwer2b2-1) else (goto next96)
  443. :next96
  444. if %b2%==-2 (goto qwer2b2-2) else (goto next97)
  445. :next97
  446. if %b2%==-3 (goto qwer2b2-3) else (goto next98)
  447. :next98
  448. if %b3%==0 (goto qwer2b30) else (goto next99)
  449. :next99
  450. if %b3%==1 (goto qwer2b31) else (goto next100)
  451. :next100
  452. if %b3%==2 (goto qwer2b32) else (goto next101)
  453. :next101
  454. if %b3%==3 (goto qwer2b33) else (goto next102)
  455. :next102
  456. if %b3%==-1 (goto qwer2b3-1) else (goto next103)
  457. :next103
  458. if %b3%==-2 (goto qwer2b3-2) else (goto next104)
  459. :next104
  460. if %b3%==-3 (goto qwer2b3-3) else (goto next105)
  461. :next105
  462. if %b4%==0 (goto qwer2b40) else (goto next106)
  463. :next106
  464. if %b4%==1 (goto qwer2b41) else (goto next107)
  465. :next107
  466. if %b4%==2 (goto qwer2b42) else (goto next108)
  467. :next108
  468. if %b4%==3 (goto qwer2b43) else (goto next109)
  469. :next109
  470. if %b4%==-1 (goto qwer2b4-1) else (goto next110)
  471. :next110
  472. if %b4%==-2 (goto qwer2b4-2) else (goto next111)
  473. :next111
  474. if %b4%==-3 (goto qwer2b4-3) else (goto next112)
  475. :next112
  476. set /p="│   │"<nul
  477. echo                                      ├───┼───┼───┼───┼───┤
  478. if %c1%==0 (goto qwerc10) else (goto next113)
  479. :next113
  480. if %c1%==1 (goto qwerc11) else (goto next114)
  481. :next114
  482. if %c1%==2 (goto qwerc12) else (goto next115)
  483. :next115
  484. if %c1%==-1 (goto qwerc1-1) else (goto next116)
  485. :next116
  486. if %c1%==-2 (goto qwerc1-2) else (goto next117)
  487. :next117
  488. if %c2%==0 (goto qwerc20) else (goto next118)
  489. :next118
  490. if %c2%==1 (goto qwerc21) else (goto next119)
  491. :next119
  492. if %c2%==2 (goto qwerc22) else (goto next120)
  493. :next120
  494. if %c2%==3 (goto qwerc23) else (goto next121)
  495. :next121
  496. if %c2%==-1 (goto qwerc2-1) else (goto next122)
  497. :next122
  498. if %c2%==-2 (goto qwerc2-2) else (goto next123)
  499. :next123
  500. if %c2%==-3 (goto qwerc2-3) else (goto next124)
  501. :next124
  502. if %c3%==0 (goto qwerc30) else (goto next125)
  503. :next125
  504. if %c3%==1 (goto qwerc31) else (goto next126)
  505. :next126
  506. if %c3%==2 (goto qwerc32) else (goto next127)
  507. :next127
  508. if %c3%==3 (goto qwerc33) else (goto next128)
  509. :next128
  510. if %c3%==-1 (goto qwerc3-1) else (goto next129)
  511. :next129
  512. if %c3%==-2 (goto qwerc3-2) else (goto next130)
  513. :next130
  514. if %c3%==-3 (goto qwerc3-3) else (goto next131)
  515. :next131
  516. if %c4%==0 (goto qwerc40) else (goto next132)
  517. :next132
  518. if %c4%==1 (goto qwerc41) else (goto next133)
  519. :next133
  520. if %c4%==2 (goto qwerc42) else (goto next134)
  521. :next134
  522. if %c4%==3 (goto qwerc43) else (goto next135)
  523. :next135
  524. if %c4%==-1 (goto qwerc4-1) else (goto next136)
  525. :next136
  526. if %c4%==-2 (goto qwerc4-2) else (goto next137)
  527. :next137
  528. if %c4%==-3 (goto qwerc4-3) else (goto next138)
  529. :next138
  530. if %c5%==0 (goto qwerc50) else (goto next139)
  531. :next139
  532. if %c5%==1 (goto qwerc51) else (goto next140)
  533. :next140
  534. if %c5%==2 (goto qwerc52) else (goto next141)
  535. :next141
  536. if %c5%==-1 (goto qwerc5-1) else (goto next142)
  537. :next142
  538. if %c5%==-2 (goto qwerc5-2) else (goto next143)
  539. :next143
  540. echo                                      │   │   │   │   │   │ c
  541. set /p="│   "<nul
  542. if %c2%==0 (goto qwer2c20) else (goto next144)
  543. :next144
  544. if %c2%==1 (goto qwer2c21) else (goto next145)
  545. :next145
  546. if %c2%==2 (goto qwer2c22) else (goto next146)
  547. :next146
  548. if %c2%==3 (goto qwer2c23) else (goto next147)
  549. :next147
  550. if %c2%==-1 (goto qwer2c2-1) else (goto next148)
  551. :next148
  552. if %c2%==-2 (goto qwer2c2-2) else (goto next149)
  553. :next149
  554. if %c2%==-3 (goto qwer2c2-3) else (goto next150)
  555. :next150
  556. if %c3%==0 (goto qwer2c30) else (goto next151)
  557. :next151
  558. if %c3%==1 (goto qwer2c31) else (goto next152)
  559. :next152
  560. if %c3%==2 (goto qwer2c32) else (goto next153)
  561. :next153
  562. if %c3%==3 (goto qwer2c33) else (goto next154)
  563. :next154
  564. if %c3%==-1 (goto qwer2c3-1) else (goto next155)
  565. :next155
  566. if %c3%==-2 (goto qwer2c3-2) else (goto next156)
  567. :next156
  568. if %c3%==-3 (goto qwer2c3-3) else (goto next157)
  569. :next157
  570. if %c4%==0 (goto qwer2c40) else (goto next158)
  571. :next158
  572. if %c4%==1 (goto qwer2c41) else (goto next159)
  573. :next159
  574. if %c4%==2 (goto qwer2c42) else (goto next160)
  575. :next160
  576. if %c4%==3 (goto qwer2c43) else (goto next161)
  577. :next161
  578. if %c4%==-1 (goto qwer2c4-1) else (goto next162)
  579. :next162
  580. if %c4%==-2 (goto qwer2c4-2) else (goto next163)
  581. :next163
  582. if %c4%==-3 (goto qwer2c4-3) else (goto next164)
  583. :next164
  584. set /p="│   │"<nul
  585. echo                                      ├───┼───┼───┼───┼───┤
  586. if %d1%==0 (goto qwerd10) else (goto next165)
  587. :next165
  588. if %d1%==1 (goto qwerd11) else (goto next166)
  589. :next166
  590. if %d1%==-1 (goto qwerd1-1) else (goto next167)
  591. :next167
  592. if %d2%==0 (goto qwerd20) else (goto next168)
  593. :next168
  594. if %d2%==1 (goto qwerd21) else (goto next169)
  595. :next169
  596. if %d2%==2 (goto qwerd22) else (goto next170)
  597. :next170
  598. if %d2%==-1 (goto qwerd2-1) else (goto next171)
  599. :next171
  600. if %d2%==-2 (goto qwerd2-2) else (goto next172)
  601. :next172
  602. if %d3%==0 (goto qwerd30) else (goto next173)
  603. :next173
  604. if %d3%==1 (goto qwerd31) else (goto next174)
  605. :next174
  606. if %d3%==2 (goto qwerd32) else (goto next175)
  607. :next175
  608. if %d3%==-1 (goto qwerd3-1) else (goto next176)
  609. :next176
  610. if %d3%==-2 (goto qwerd3-2) else (goto next177)
  611. :next177
  612. if %d4%==0 (goto qwerd40) else (goto next178)
  613. :next178
  614. if %d4%==1 (goto qwerd41) else (goto next179)
  615. :next179
  616. if %d4%==2 (goto qwerd42) else (goto next180)
  617. :next180
  618. if %d4%==-1 (goto qwerd4-1) else (goto next181)
  619. :next181
  620. if %d4%==-2 (goto qwerd4-2) else (goto next182)
  621. :next182
  622. if %d5%==0 (goto qwerd50) else (goto next183)
  623. :next183
  624. if %d5%==1 (goto qwerd51) else (goto next184)
  625. :next184
  626. if %d5%==-1 (goto qwerd5-1) else (goto next185)
  627. :next185
  628. echo                                      │   │   │   │   │   │ d
  629. echo │   │   │   │   │   │
  630. echo └───┴───┴───┴───┴───┘
  631. echo     1        2       3       4      5
  632. goto p2
  633. :qaza1
  634. set /a a1=%a1%+1
  635. goto cha1
  636. :qaza2
  637. set /a a2=%a2%+1
  638. goto cha2
  639. :qaza3
  640. set /a a3=%a3%+1
  641. goto cha3
  642. :qaza4
  643. set /a a4=%a4%+1
  644. goto cha4
  645. :qaza5
  646. set /a a5=%a5%+1
  647. goto cha5
  648. :qazb1
  649. set /a b1=%b1%+1
  650. goto chb1
  651. :qazb2
  652. set /a b2=%b2%+1
  653. goto chb2
  654. :qazb3
  655. set /a b3=%b3%+1
  656. goto chb3
  657. :qazb4
  658. set /a b4=%b4%+1
  659. goto chb4
  660. :qazb5
  661. set /a b5=%b5%+1
  662. goto chb5
  663. :qazc1
  664. set /a c1=%c1%+1
  665. goto chc1
  666. :qazc2
  667. set /a c2=%c2%+1
  668. goto chc2
  669. :qazc3
  670. set /a c3=%c3%+1
  671. goto chc3
  672. :qazc4
  673. set /a c4=%c4%+1
  674. goto chc4
  675. :qazc5
  676. set /a c5=%c5%+1
  677. goto chc5
  678. :qazd1
  679. set /a d1=%d1%+1
  680. goto chd1
  681. :qazd2
  682. set /a d2=%d2%+1
  683. goto chd2
  684. :qazd3
  685. set /a d3=%d3%+1
  686. goto chd3
  687. :qazd4
  688. set /a d4=%d4%+1
  689. goto chd4
  690. :qazd5
  691. set /a d5=%d5%+1
  692. goto chd5
  693. :wsxa1
  694. set /a a1=%a1%-1
  695. goto p1
  696. :wsxa2
  697. set /a a2=%a2%-1
  698. goto p1
  699. :wsxa3
  700. set /a a3=%a3%-1
  701. goto p1
  702. :wsxa4
  703. set /a a4=%a4%-1
  704. goto p1
  705. :wsxa5
  706. set /a a5=%a5%-1
  707. goto p1
  708. :wsxb1
  709. set /a b1=%b1%-1
  710. goto p1
  711. :wsxb2
  712. set /a b2=%b2%-1
  713. goto p1
  714. :wsxb3
  715. set /a b3=%b3%-1
  716. goto p1
  717. :wsxb4
  718. set /a b4=%b4%-1
  719. goto p1
  720. :wsxb5
  721. set /a b5=%b5%-1
  722. goto p1
  723. :wsxc1
  724. set /a c1=%c1%-1
  725. goto p1
  726. :wsxc2
  727. set /a c2=%c2%-1
  728. goto p1
  729. :wsxc3
  730. set /a c3=%c3%-1
  731. goto p1
  732. :wsxc4
  733. set /a c4=%c4%-1
  734. goto p1
  735. :wsxc5
  736. set /a c5=%c5%-1
  737. goto p1
  738. :wsxd1
  739. set /a d1=%d1%-1
  740. goto p1
  741. :wsxd2
  742. set /a d2=%d2%-1
  743. goto p1
  744. :wsxd3
  745. set /a d3=%d3%-1
  746. goto p1
  747. :wsxd4
  748. set /a d4=%d4%-1
  749. goto p1
  750. :wsxd5
  751. set /a d5=%d5%-1
  752. goto p1
  753. :p2
  754. set /p n=P2请输入
  755. if %n%==a1 (goto qaz-a1) else (goto next-1)
  756. :next-1
  757. if %n%==a2 (goto qaz-a2) else (goto next-2)
  758. :next-2
  759. if %n%==a3 (goto qaz-a3) else (goto next-3)
  760. :next-3
  761. if %n%==a4 (goto qaz-a4) else (goto next-4)
  762. :next-4
  763. if %n%==a5 (goto qaz-a5) else (goto next-5)
  764. :next-5
  765. if %n%==b1 (goto qaz-b1) else (goto next-6)
  766. :next-6
  767. if %n%==b2 (goto qaz-b2) else (goto next-7)
  768. :next-7
  769. if %n%==b3 (goto qaz-b3) else (goto next-8)
  770. :next-8
  771. if %n%==b4 (goto qaz-b4) else (goto next-9)
  772. :next-9
  773. if %n%==b5 (goto qaz-b5) else (goto next-10)
  774. :next-10
  775. if %n%==c1 (goto qaz-c1) else (goto next-11)
  776. :next-11
  777. if %n%==c2 (goto qaz-c2) else (goto next-12)
  778. :next-12
  779. if %n%==c3 (goto qaz-c3) else (goto next-13)
  780. :next-13
  781. if %n%==c4 (goto qaz-c4) else (goto next-14)
  782. :next-14
  783. if %n%==c5 (goto qaz-c5) else (goto next-15)
  784. :next-15
  785. if %n%==d1 (goto qaz-d1) else (goto next-16)
  786. :next-16
  787. if %n%==d2 (goto qaz-d2) else (goto next-17)
  788. :next-17
  789. if %n%==d3 (goto qaz-d3) else (goto next-18)
  790. :next-18
  791. if %n%==d4 (goto qaz-d4) else (goto next-19)
  792. :next-19
  793. if %n%==d5 (goto qaz-d5) else (goto p2)
  794. :ch-a1
  795. if %a1% lss %h1% (goto sum-) else (goto wsx-a1)
  796. :ch-a2
  797. if %a2% lss %h1% (goto sum-) else (goto wsx-a2)
  798. :ch-a3
  799. if %a3% lss %h1% (goto sum-) else (goto wsx-a3)
  800. :ch-a4
  801. if %a4% lss %h1% (goto sum-) else (goto wsx-a4)
  802. :ch-a5
  803. if %a5% lss %h1% (goto sum-) else (goto wsx-a5)
  804. :ch-b1
  805. if %b1% lss %h1% (goto sum-) else (goto wsx-b1)
  806. :ch-b2
  807. if %b2% lss %h1% (goto sum-) else (goto wsx-b2)
  808. :ch-b3
  809. if %b3% lss %h1% (goto sum-) else (goto wsx-b3)
  810. :ch-b4
  811. if %b4% lss %h1% (goto sum-) else (goto wsx-b4)
  812. :ch-b5
  813. if %b5% lss %h1% (goto sum-) else (goto wsx-b5)
  814. :ch-c1
  815. if %c1% lss %h1% (goto sum-) else (goto wsx-c1)
  816. :ch-c2
  817. if %c2% lss %h1% (goto sum-) else (goto wsx-c2)
  818. :ch-c3
  819. if %c3% lss %h1% (goto sum-) else (goto wsx-c3)
  820. :ch-c4
  821. if %c4% lss %h1% (goto sum-) else (goto wsx-c4)
  822. :ch-c5
  823. if %c5% lss %h1% (goto sum-) else (goto wsx-c5)
  824. :ch-d1
  825. if %d1% lss %h1% (goto sum-) else (goto wsx-d1)
  826. :ch-d2
  827. if %d2% lss %h1% (goto sum-) else (goto wsx-d2)
  828. :ch-d3
  829. if %d3% lss %h1% (goto sum-) else (goto wsx-d3)
  830. :ch-d4
  831. if %d4% lss %h1% (goto sum-) else (goto wsx-d4)
  832. :ch-d5
  833. if %d5% lss %h1% (goto sum-) else (goto wsx-d5)
  834. :sum-
  835. if %a1% gtr -%h2% (goto sum-1) else (goto change-a1)
  836. :sum-1
  837. if %a5% gtr -%h2% (goto sum-2) else (goto change-a5)
  838. :sum-2
  839. if %d1% gtr -%h2% (goto sum-3) else (goto change-d1)
  840. :sum-3
  841. if %d5% gtr -%h2% (goto sum-4) else (goto change-d5)
  842. :sum-4
  843. if %a2% gtr -%h3% (goto sum-5) else (goto change-a2)
  844. :sum-5
  845. if %a3% gtr -%h3% (goto sum-6) else (goto change-a3)
  846. :sum-6
  847. if %a4% gtr -%h3% (goto sum-7) else (goto change-a4)
  848. :sum-7
  849. if %b1% gtr -%h3% (goto sum-8) else (goto change-b1)
  850. :sum-8
  851. if %b5% gtr -%h3% (goto sum-9) else (goto change-b5)
  852. :sum-9
  853. if %c1% gtr -%h3% (goto sum-10) else (goto change-c1)
  854. :sum-10
  855. if %c5% gtr -%h3% (goto sum-11) else (goto change-c5)
  856. :sum-11
  857. if %d2% gtr -%h3% (goto sum-12) else (goto change-d2)
  858. :sum-12
  859. if %d3% gtr -%h3% (goto sum-13) else (goto change-d3)
  860. :sum-13
  861. if %d4% gtr -%h3% (goto sum-14) else (goto change-d4)
  862. :sum-14
  863. if %b2% gtr -%h4% (goto sum-15) else (goto change-b2)
  864. :sum-15
  865. if %b3% gtr -%h4% (goto sum-16) else (goto change-b3)
  866. :sum-16
  867. if %b4% gtr -%h4% (goto sum-17) else (goto change-b4)
  868. :sum-17
  869. if %c2% gtr -%h4% (goto sum-18) else (goto change-c2)
  870. :sum-18
  871. if %c3% gtr -%h4% (goto sum-19) else (goto change-c3)
  872. :sum-19
  873. if %c4% gtr -%h4% (goto show2) else (goto change-c4)
  874. :change-a1
  875. set /a a1=0
  876. if %a2% gtr %h1% (set /a a2=0-1-a2) else (set /a a2=a2+0-1)
  877. if %b1% gtr %h1% (set /a b1=0-1-b1) else (set /a b1=b1+0-1)
  878. goto p2win
  879. :change-a5
  880. set /a a5=0
  881. if %a4% gtr %h1% (set /a a4=0-1-a4) else (set /a a4=a4+0-1)
  882. if %b5% gtr %h1% (set /a b5=0-1-b5) else (set /a b5=b5+0-1)
  883. goto p2win
  884. :change-d1
  885. set /a d1=0
  886. if %c1% gtr %h1% (set /a c1=0-1-c1) else (set /a c1=c1+0-1)
  887. if %d2% gtr %h1% (set /a d2=0-1-d2) else (set /a d2=d2+0-1)
  888. goto p2win
  889. :change-d5
  890. set /a d5=0
  891. if %d4% gtr %h1% (set /a d4=0-1-d4) else (set /a d4=d4+0-1)
  892. if %c5% gtr %h1% (set /a c5=0-1-c5) else (set /a c5=c5+0-1)
  893. goto p2win
  894. :change-a2
  895. set /a a2=0
  896. if %a1% gtr %h1% (set /a a1=0-1-a1) else (set /a a1=a1+0-1)
  897. if %a3% gtr %h1% (set /a a3=0-1-a3) else (set /a a3=a3+0-1)
  898. if %b2% gtr %h1% (set /a b2=0-1-b2) else (set /a b2=b2+0-1)
  899. goto p2win
  900. :change-a3
  901. set /a a3=0
  902. if %a2% gtr %h1% (set /a a2=0-1-a2) else (set /a a2=a2+0-1)
  903. if %a4% gtr %h1% (set /a a4=0-1-a4) else (set /a a4=a4+0-1)
  904. if %b3% gtr %h1% (set /a b3=0-1-b3) else (set /a b3=b3+0-1)
  905. goto p2win
  906. :change-a4
  907. set /a a4=0
  908. if %a3% gtr %h1% (set /a a3=0-1-a3) else (set /a a3=a3+0-1)
  909. if %b4% gtr %h1% (set /a b4=0-1-b4) else (set /a b4=b4+0-1)
  910. if %a5% gtr %h1% (set /a a5=0-1-a5) else (set /a a5=a5+0-1)
  911. goto p2win
  912. :change-b1
  913. set /a b1=0
  914. if %a1% gtr %h1% (set /a a1=0-1-a1) else (set /a a1=a1+0-1)
  915. if %b2% gtr %h1% (set /a b2=0-1-b2) else (set /a b2=b2+0-1)
  916. if %c1% gtr %h1% (set /a c1=0-1-c1) else (set /a c1=c1+0-1)
  917. goto p2win
  918. :change-c1
  919. set /a c1=0
  920. if %b1% gtr %h1% (set /a b1=0-1-b1) else (set /a b1=b1+0-1)
  921. if %c2% gtr %h1% (set /a c2=0-1-c2) else (set /a c2=c2+0-1)
  922. if %d1% gtr %h1% (set /a d1=0-1-d1) else (set /a d1=d1+0-1)
  923. goto p2win
  924. :change-b5
  925. set /a b5=0
  926. if %a5% gtr %h1% (set /a a5=0-1-a5) else (set /a a5=a5+0-1)
  927. if %b4% gtr %h1% (set /a b4=0-1-b4) else (set /a b4=b4+0-1)
  928. if %c5% gtr %h1% (set /a c5=0-1-c5) else (set /a c5=c5+0-1)
  929. goto p2win
  930. :change-c5
  931. set /a c5=0
  932. if %b5% gtr %h1% (set /a b5=0-1-b5) else (set /a b5=b5+0-1)
  933. if %c4% gtr %h1% (set /a c4=0-1-c4) else (set /a c4=c4+0-1)
  934. if %d5% gtr %h1% (set /a d5=0-1-d5) else (set /a d5=d5+0-1)
  935. goto p2win
  936. :change-d4
  937. set /a d4=0
  938. if %c4% gtr %h1% (set /a c4=0-1-c4) else (set /a c4=c4+0-1)
  939. if %d3% gtr %h1% (set /a d3=0-1-d3) else (set /a d3=d3+0-1)
  940. if %d5% gtr %h1% (set /a d5=0-1-d5) else (set /a d5=d5+0-1)
  941. goto p2win
  942. :change-d2
  943. set /a d2=0
  944. if %d3% gtr %h1% (set /a d3=0-1-d3) else (set /a d3=d3+0-1)
  945. if %c2% gtr %h1% (set /a c2=0-1-c2) else (set /a c2=c2+0-1)
  946. if %d1% gtr %h1% (set /a d1=0-1-d1) else (set /a d1=d1+0-1)
  947. goto p2win
  948. :change-d3
  949. set /a d3=0
  950. if %d4% gtr %h1% (set /a d4=0-1-d4) else (set /a d4=d4+0-1)
  951. if %d2% gtr %h1% (set /a d2=0-1-d2) else (set /a d2=d2+0-1)
  952. if %c3% gtr %h1% (set /a c3=0-1-c3) else (set /a c3=c3+0-1)
  953. goto p2win
  954. :change-b2
  955. set /a b2=0
  956. if %a2% gtr %h1% (set /a a2=0-1-a2) else (set /a a2=a2+0-1)
  957. if %b1% gtr %h1% (set /a b1=0-1-b1) else (set /a b1=b1+0-1)
  958. if %c2% gtr %h1% (set /a c2=0-1-c2) else (set /a c2=c2+0-1)
  959. if %b3% gtr %h1% (set /a b3=0-1-b3) else (set /a b3=b3+0-1)
  960. goto p2win
  961. :change-b3
  962. set /a b3=0
  963. if %b2% gtr %h1% (set /a b2=0-1-b2) else (set /a b2=b2+0-1)
  964. if %a3% gtr %h1% (set /a a3=0-1-a3) else (set /a a3=a3+0-1)
  965. if %b4% gtr %h1% (set /a b4=0-1-b4) else (set /a b4=b4+0-1)
  966. if %c3% gtr %h1% (set /a c3=0-1-c3) else (set /a c3=c3+0-1)
  967. goto p2win
  968. :change-b4
  969. set /a b4=0
  970. if %a4% gtr %h1% (set /a a4=0-1-a4) else (set /a a4=a4+0-1)
  971. if %b3% gtr %h1% (set /a b3=0-1-b3) else (set /a b3=b3+0-1)
  972. if %c4% gtr %h1% (set /a c4=0-1-c4) else (set /a c4=c4+0-1)
  973. if %b5% gtr %h1% (set /a b5=0-1-b5) else (set /a b5=b5+0-1)
  974. goto p2win
  975. :change-c2
  976. set /a c2=0
  977. if %b2% gtr %h1% (set /a b2=0-1-b2) else (set /a b2=b2+0-1)
  978. if %c1% gtr %h1% (set /a c1=0-1-c1) else (set /a c1=c1+0-1)
  979. if %d2% gtr %h1% (set /a d2=0-1-d2) else (set /a d2=d2+0-1)
  980. if %c3% gtr %h1% (set /a c3=0-1-c3) else (set /a c3=c3+0-1)
  981. goto p2win
  982. :change-c3
  983. set /a c3=0
  984. if %b3% gtr %h1% (set /a b3=0-1-b3) else (set /a b3=b3+0-1)
  985. if %c2% gtr %h1% (set /a c2=0-1-c2) else (set /a c2=c2+0-1)
  986. if %d3% gtr %h1% (set /a d3=0-1-d3) else (set /a d3=d3+0-1)
  987. if %c4% gtr %h1% (set /a c4=0-1-c4) else (set /a c4=c4+0-1)
  988. goto p2win
  989. :change-c4
  990. set /a c4=0
  991. if %b4% gtr %h1% (set /a b4=0-1-b4) else (set /a b4=b4+0-1)
  992. if %c3% gtr %h1% (set /a c3=0-1-c3) else (set /a c3=c3+0-1)
  993. if %d4% gtr %h1% (set /a d4=0-1-d4) else (set /a d4=d4+0-1)
  994. if %c5% gtr %h1% (set /a c5=0-1-c5) else (set /a c5=c5+0-1)
  995. goto p2win
  996. :p2win
  997. if %a1% gtr %h1% (goto sum-) else (goto next-20)
  998. :next-20
  999. if %a2% gtr %h1% (goto sum-) else (goto next-21)
  1000. :next-21
  1001. if %a3% gtr %h1% (goto sum-) else (goto next-22)
  1002. :next-22
  1003. if %a4% gtr %h1% (goto sum-) else (goto next-23)
  1004. :next-23
  1005. if %a5% gtr %h1% (goto sum-) else (goto next-24)
  1006. :next-24
  1007. if %b1% gtr %h1% (goto sum-) else (goto next-25)
  1008. :next-25
  1009. if %b2% gtr %h1% (goto sum-) else (goto next-26)
  1010. :next-26
  1011. if %b3% gtr %h1% (goto sum-) else (goto next-27)
  1012. :next-27
  1013. if %b4% gtr %h1% (goto sum-) else (goto next-28)
  1014. :next-28
  1015. if %b5% gtr %h1% (goto sum-) else (goto next-29)
  1016. :next-29
  1017. if %c1% gtr %h1% (goto sum-) else (goto next-30)
  1018. :next-30
  1019. if %c2% gtr %h1% (goto sum-) else (goto next-31)
  1020. :next-31
  1021. if %c3% gtr %h1% (goto sum-) else (goto next-32)
  1022. :next-32
  1023. if %c4% gtr %h1% (goto sum-) else (goto next-33)
  1024. :next-33
  1025. if %c5% gtr %h1% (goto sum-) else (goto next-34)
  1026. :next-34
  1027. if %d1% gtr %h1% (goto sum-) else (goto next-35)
  1028. :next-35
  1029. if %d2% gtr %h1% (goto sum-) else (goto next-36)
  1030. :next-36
  1031. if %d3% gtr %h1% (goto sum-) else (goto next-37)
  1032. :next-37
  1033. if %d4% gtr %h1% (goto sum-) else (goto next-38)
  1034. :next-38
  1035. if %d5% gtr %h1% (goto sum-) else (goto next-39)
  1036. :next-39
  1037. set /a v=a1+a2+a3+a4+a5+b1+b2+b3+b4+b5+c1+c2+c3+c4+c5+d1+d2+d3+d4+d5
  1038. if %v% gtr %h2% (goto sum-) else (goto final2)
  1039. :final2
  1040. cls
  1041. echo P2 WIN
  1042. pause
  1043. goto begin
  1044. :show2
  1045. cls
  1046. echo ┌───┬───┬───┬───┬───┐
  1047. if %a1%==0 (goto qwer-a10) else (goto next-40)
  1048. :next-40
  1049. if %a1%==1 (goto qwer-a11) else (goto next-41)
  1050. :next-41
  1051. if %a1%==-1 (goto qwer-a1-1) else (goto next-42)
  1052. :next-42
  1053. if %a2%==0 (goto qwer-a20) else (goto next-43)
  1054. :next-43
  1055. if %a2%==1 (goto qwer-a21) else (goto next-44)
  1056. :next-44
  1057. if %a2%==2 (goto qwer-a22) else (goto next-45)
  1058. :next-45
  1059. if %a2%==-1 (goto qwer-a2-1) else (goto next-46)
  1060. :next-46
  1061. if %a2%==-2 (goto qwer-a2-2) else (goto next-47)
  1062. :next-47
  1063. if %a3%==0 (goto qwer-a30) else (goto next-48)
  1064. :next-48
  1065. if %a3%==1 (goto qwer-a31) else (goto next-49)
  1066. :next-49
  1067. if %a3%==2 (goto qwer-a32) else (goto next-50)
  1068. :next-50
  1069. if %a3%==-1 (goto qwer-a3-1) else (goto next-51)
  1070. :next-51
  1071. if %a3%==-2 (goto qwer-a3-2) else (goto next-52)
  1072. :next-52
  1073. if %a4%==0 (goto qwer-a40) else (goto next-53)
  1074. :next-53
  1075. if %a4%==1 (goto qwer-a41) else (goto next-54)
  1076. :next-54
  1077. if %a4%==2 (goto qwer-a42) else (goto next-55)
  1078. :next-55
  1079. if %a4%==-1 (goto qwer-a4-1) else (goto next-56)
  1080. :next-56
  1081. if %a4%==-2 (goto qwer-a4-2) else (goto next-57)
  1082. :next-57
  1083. if %a5%==0 (goto qwer-a50) else (goto next-58)
  1084. :next-58
  1085. if %a5%==1 (goto qwer-a51) else (goto next-59)
  1086. :next-59
  1087. if %a5%==-1 (goto qwer-a5-1) else (goto next-60)
  1088. :next-60
  1089. echo                                       │   │   │   │   │   │ a
  1090. echo │   │   │   │   │   │
  1091. echo ├───┼───┼───┼───┼───┤
  1092. if %b1%==0 (goto qwer-b10) else (goto next-61)
  1093. :next-61
  1094. if %b1%==1 (goto qwer-b11) else (goto next-62)
  1095. :next-62
  1096. if %b1%==2 (goto qwer-b12) else (goto next-63)
  1097. :next-63
  1098. if %b1%==-1 (goto qwer-b1-1) else (goto next-64)
  1099. :next-64
  1100. if %b1%==-2 (goto qwer-b1-2) else (goto next-65)
  1101. :next-65
  1102. if %b2%==0 (goto qwer-b20) else (goto next-66)
  1103. :next-66
  1104. if %b2%==1 (goto qwer-b21) else (goto next-67)
  1105. :next-67
  1106. if %b2%==2 (goto qwer-b22) else (goto next-68)
  1107. :next-68
  1108. if %b2%==3 (goto qwer-b23) else (goto next-69)
  1109. :next-69
  1110. if %b2%==-1 (goto qwer-b2-1) else (goto next-70)
  1111. :next-70
  1112. if %b2%==-2 (goto qwer-b2-2) else (goto next-71)
  1113. :next-71
  1114. if %b2%==-3 (goto qwer-b2-3) else (goto next-72)
  1115. :next-72
  1116. if %b3%==0 (goto qwer-b30) else (goto next-73)
  1117. :next-73
  1118. if %b3%==1 (goto qwer-b31) else (goto next-74)
  1119. :next-74
  1120. if %b3%==2 (goto qwer-b32) else (goto next-75)
  1121. :next-75
  1122. if %b3%==3 (goto qwer-b33) else (goto next-76)
  1123. :next-76
  1124. if %b3%==-1 (goto qwer-b3-1) else (goto next-77)
  1125. :next-77
  1126. if %b3%==-2 (goto qwer-b3-2) else (goto next-78)
  1127. :next-78
  1128. if %b3%==-3 (goto qwer-b3-3) else (goto next-79)
  1129. :next-79
  1130. if %b4%==0 (goto qwer-b40) else (goto next-80)
  1131. :next-80
  1132. if %b4%==1 (goto qwer-b41) else (goto next-81)
  1133. :next-81
  1134. if %b4%==2 (goto qwer-b42) else (goto next-82)
  1135. :next-82
  1136. if %b4%==3 (goto qwer-b43) else (goto next-83)
  1137. :next-83
  1138. if %b4%==-1 (goto qwer-b4-1) else (goto next-84)
  1139. :next-84
  1140. if %b4%==-2 (goto qwer-b4-2) else (goto next-85)
  1141. :next-85
  1142. if %b4%==-3 (goto qwer-b4-3) else (goto next-86)
  1143. :next-86
  1144. if %b5%==0 (goto qwer-b50) else (goto next-87)
  1145. :next-87
  1146. if %b5%==1 (goto qwer-b51) else (goto next-88)
  1147. :next-88
  1148. if %b5%==2 (goto qwer-b52) else (goto next-89)
  1149. :next-89
  1150. if %b5%==-1 (goto qwer-b5-1) else (goto next-90)
  1151. :next-90
  1152. if %b5%==-2 (goto qwer-b5-2) else (goto next-91)
  1153. :next-91
  1154. echo                                      │   │   │   │   │   │ b
  1155. set /p="│   "<nul
  1156. if %b2%==0 (goto qwer-2b20) else (goto next-92)
  1157. :next-92
  1158. if %b2%==1 (goto qwer-2b21) else (goto next-93)
  1159. :next-93
  1160. if %b2%==2 (goto qwer-2b22) else (goto next-94)
  1161. :next-94
  1162. if %b2%==3 (goto qwer-2b23) else (goto next-95)
  1163. :next-95
  1164. if %b2%==-1 (goto qwer-2b2-1) else (goto next-96)
  1165. :next-96
  1166. if %b2%==-2 (goto qwer-2b2-2) else (goto next-97)
  1167. :next-97
  1168. if %b2%==-3 (goto qwer-2b2-3) else (goto next-98)
  1169. :next-98
  1170. if %b3%==0 (goto qwer-2b30) else (goto next-99)
  1171. :next-99
  1172. if %b3%==1 (goto qwer-2b31) else (goto next-100)
  1173. :next-100
  1174. if %b3%==2 (goto qwer-2b32) else (goto next-101)
  1175. :next-101
  1176. if %b3%==3 (goto qwer-2b33) else (goto next-102)
  1177. :next-102
  1178. if %b3%==-1 (goto qwer-2b3-1) else (goto next-103)
  1179. :next-103
  1180. if %b3%==-2 (goto qwer-2b3-2) else (goto next-104)
  1181. :next-104
  1182. if %b3%==-3 (goto qwer-2b3-3) else (goto next-105)
  1183. :next-105
  1184. if %b4%==0 (goto qwer-2b40) else (goto next-106)
  1185. :next-106
  1186. if %b4%==1 (goto qwer-2b41) else (goto next-107)
  1187. :next-107
  1188. if %b4%==2 (goto qwer-2b42) else (goto next-108)
  1189. :next-108
  1190. if %b4%==3 (goto qwer-2b43) else (goto next-109)
  1191. :next-109
  1192. if %b4%==-1 (goto qwer-2b4-1) else (goto next-110)
  1193. :next-110
  1194. if %b4%==-2 (goto qwer-2b4-2) else (goto next-111)
  1195. :next-111
  1196. if %b4%==-3 (goto qwer-2b4-3) else (goto next-112)
  1197. :next-112
  1198. set /p="│   │"<nul
  1199. echo                                      ├───┼───┼───┼───┼───┤
  1200. if %c1%==0 (goto qwer-c10) else (goto next-113)
  1201. :next-113
  1202. if %c1%==1 (goto qwer-c11) else (goto next-114)
  1203. :next-114
  1204. if %c1%==2 (goto qwer-c12) else (goto next-115)
  1205. :next-115
  1206. if %c1%==-1 (goto qwer-c1-1) else (goto next-116)
  1207. :next-116
  1208. if %c1%==-2 (goto qwer-c1-2) else (goto next-117)
  1209. :next-117
  1210. if %c2%==0 (goto qwer-c20) else (goto next-118)
  1211. :next-118
  1212. if %c2%==1 (goto qwer-c21) else (goto next-119)
  1213. :next-119
  1214. if %c2%==2 (goto qwer-c22) else (goto next-120)
  1215. :next-120
  1216. if %c2%==3 (goto qwer-c23) else (goto next-121)
  1217. :next-121
  1218. if %c2%==-1 (goto qwer-c2-1) else (goto next-122)
  1219. :next-122
  1220. if %c2%==-2 (goto qwer-c2-2) else (goto next-123)
  1221. :next-123
  1222. if %c2%==-3 (goto qwer-c2-3) else (goto next-124)
  1223. :next-124
  1224. if %c3%==0 (goto qwer-c30) else (goto next-125)
  1225. :next-125
  1226. if %c3%==1 (goto qwer-c31) else (goto next-126)
  1227. :next-126
  1228. if %c3%==2 (goto qwer-c32) else (goto next-127)
  1229. :next-127
  1230. if %c3%==3 (goto qwer-c33) else (goto next-128)
  1231. :next-128
  1232. if %c3%==-1 (goto qwer-c3-1) else (goto next-129)
  1233. :next-129
  1234. if %c3%==-2 (goto qwer-c3-2) else (goto next-130)
  1235. :next-130
  1236. if %c3%==-3 (goto qwer-c3-3) else (goto next-131)
  1237. :next-131
  1238. if %c4%==0 (goto qwer-c40) else (goto next-132)
  1239. :next-132
  1240. if %c4%==1 (goto qwer-c41) else (goto next-133)
  1241. :next-133
  1242. if %c4%==2 (goto qwer-c42) else (goto next-134)
  1243. :next-134
  1244. if %c4%==3 (goto qwer-c43) else (goto next-135)
  1245. :next-135
  1246. if %c4%==-1 (goto qwer-c4-1) else (goto next-136)
  1247. :next-136
  1248. if %c4%==-2 (goto qwer-c4-2) else (goto next-137)
  1249. :next-137
  1250. if %c4%==-3 (goto qwer-c4-3) else (goto next-138)
  1251. :next-138
  1252. if %c5%==0 (goto qwer-c50) else (goto next-139)
  1253. :next-139
  1254. if %c5%==1 (goto qwer-c51) else (goto next-140)
  1255. :next-140
  1256. if %c5%==2 (goto qwer-c52) else (goto next-141)
  1257. :next-141
  1258. if %c5%==-1 (goto qwer-c5-1) else (goto next-142)
  1259. :next-142
  1260. if %c5%==-2 (goto qwer-c5-2) else (goto next-143)
  1261. :next-143
  1262. echo                                      │   │   │   │   │   │ c
  1263. set /p="│   "<nul
  1264. if %c2%==0 (goto qwer-2c20) else (goto next-144)
  1265. :next-144
  1266. if %c2%==1 (goto qwer-2c21) else (goto next-145)
  1267. :next-145
  1268. if %c2%==2 (goto qwer-2c22) else (goto next-146)
  1269. :next-146
  1270. if %c2%==3 (goto qwer-2c23) else (goto next-147)
  1271. :next-147
  1272. if %c2%==-1 (goto qwer-2c2-1) else (goto next-148)
  1273. :next-148
  1274. if %c2%==-2 (goto qwer-2c2-2) else (goto next-149)
  1275. :next-149
  1276. if %c2%==-3 (goto qwer-2c2-3) else (goto next-150)
  1277. :next-150
  1278. if %c3%==0 (goto qwer-2c30) else (goto next-151)
  1279. :next-151
  1280. if %c3%==1 (goto qwer-2c31) else (goto next-152)
  1281. :next-152
  1282. if %c3%==2 (goto qwer-2c32) else (goto next-153)
  1283. :next-153
  1284. if %c3%==3 (goto qwer-2c33) else (goto next-154)
  1285. :next-154
  1286. if %c3%==-1 (goto qwer-2c3-1) else (goto next-155)
  1287. :next-155
  1288. if %c3%==-2 (goto qwer-2c3-2) else (goto next-156)
  1289. :next-156
  1290. if %c3%==-3 (goto qwer-2c3-3) else (goto next-157)
  1291. :next-157
  1292. if %c4%==0 (goto qwer-2c40) else (goto next-158)
  1293. :next-158
  1294. if %c4%==1 (goto qwer-2c41) else (goto next-159)
  1295. :next-159
  1296. if %c4%==2 (goto qwer-2c42) else (goto next-160)
  1297. :next-160
  1298. if %c4%==3 (goto qwer-2c43) else (goto next-161)
  1299. :next-161
  1300. if %c4%==-1 (goto qwer-2c4-1) else (goto next-162)
  1301. :next-162
  1302. if %c4%==-2 (goto qwer-2c4-2) else (goto next-163)
  1303. :next-163
  1304. if %c4%==-3 (goto qwer-2c4-3) else (goto next-164)
  1305. :next-164
  1306. set /p="│   │"<nul
  1307. echo                                      ├───┼───┼───┼───┼───┤
  1308. if %d1%==0 (goto qwer-d10) else (goto next-165)
  1309. :next-165
  1310. if %d1%==1 (goto qwer-d11) else (goto next-166)
  1311. :next-166
  1312. if %d1%==-1 (goto qwer-d1-1) else (goto next-167)
  1313. :next-167
  1314. if %d2%==0 (goto qwer-d20) else (goto next-168)
  1315. :next-168
  1316. if %d2%==1 (goto qwer-d21) else (goto next-169)
  1317. :next-169
  1318. if %d2%==2 (goto qwer-d22) else (goto next-170)
  1319. :next-170
  1320. if %d2%==-1 (goto qwer-d2-1) else (goto next-171)
  1321. :next-171
  1322. if %d2%==-2 (goto qwer-d2-2) else (goto next-172)
  1323. :next-172
  1324. if %d3%==0 (goto qwer-d30) else (goto next-173)
  1325. :next-173
  1326. if %d3%==1 (goto qwer-d31) else (goto next-174)
  1327. :next-174
  1328. if %d3%==2 (goto qwer-d32) else (goto next-175)
  1329. :next-175
  1330. if %d3%==-1 (goto qwer-d3-1) else (goto next-176)
  1331. :next-176
  1332. if %d3%==-2 (goto qwer-d3-2) else (goto next-177)
  1333. :next-177
  1334. if %d4%==0 (goto qwer-d40) else (goto next-178)
  1335. :next-178
  1336. if %d4%==1 (goto qwer-d41) else (goto next-179)
  1337. :next-179
  1338. if %d4%==2 (goto qwer-d42) else (goto next-180)
  1339. :next-180
  1340. if %d4%==-1 (goto qwer-d4-1) else (goto next-181)
  1341. :next-181
  1342. if %d4%==-2 (goto qwer-d4-2) else (goto next-182)
  1343. :next-182
  1344. if %d5%==0 (goto qwer-d50) else (goto next-183)
  1345. :next-183
  1346. if %d5%==1 (goto qwer-d51) else (goto next-184)
  1347. :next-184
  1348. if %d5%==-1 (goto qwer-d5-1) else (goto next-185)
  1349. :next-185
  1350. echo                                      │   │   │   │   │   │ d
  1351. echo │   │   │   │   │   │
  1352. echo └───┴───┴───┴───┴───┘
  1353. echo     1        2       3       4      5
  1354. goto p1
  1355. :qaz-a1
  1356. set /a a1=%a1%-1
  1357. goto ch-a1
  1358. :qaz-a2
  1359. set /a a2=%a2%-1
  1360. goto ch-a2
  1361. :qaz-a3
  1362. set /a a3=%a3%-1
  1363. goto ch-a3
  1364. :qaz-a4
  1365. set /a a4=%a4%-1
  1366. goto ch-a4
  1367. :qaz-a5
  1368. set /a a5=%a5%-1
  1369. goto ch-a5
  1370. :qaz-b1
  1371. set /a b1=%b1%-1
  1372. goto ch-b1
  1373. :qaz-b2
  1374. set /a b2=%b2%-1
  1375. goto ch-b2
  1376. :qaz-b3
  1377. set /a b3=%b3%-1
  1378. goto ch-b3
  1379. :qaz-b4
  1380. set /a b4=%b4%-1
  1381. goto ch-b4
  1382. :qaz-b5
  1383. set /a b5=%b5%-1
  1384. goto ch-b5
  1385. :qaz-c1
  1386. set /a c1=%c1%-1
  1387. goto ch-c1
  1388. :qaz-c2
  1389. set /a c2=%c2%-1
  1390. goto ch-c2
  1391. :qaz-c3
  1392. set /a c3=%c3%-1
  1393. goto ch-c3
  1394. :qaz-c4
  1395. set /a c4=%c4%-1
  1396. goto ch-c4
  1397. :qaz-c5
  1398. set /a c5=%c5%-1
  1399. goto ch-c5
  1400. :qaz-d1
  1401. set /a d1=%d1%-1
  1402. goto ch-d1
  1403. :qaz-d2
  1404. set /a d2=%d2%-1
  1405. goto ch-d2
  1406. :qaz-d3
  1407. set /a d3=%d3%-1
  1408. goto ch-d3
  1409. :qaz-d4
  1410. set /a d4=%d4%-1
  1411. goto ch-d4
  1412. :qaz-d5
  1413. set /a d5=%d5%-1
  1414. goto ch-d5
  1415. :wsx-a1
  1416. set /a a1=%a1%+1
  1417. goto p2
  1418. :wsx-a2
  1419. set /a a2=%a2%+1
  1420. goto p2
  1421. :wsx-a3
  1422. set /a a3=%a3%+1
  1423. goto p2
  1424. :wsx-a4
  1425. set /a a4=%a4%+1
  1426. goto p2
  1427. :wsx-a5
  1428. set /a a5=%a5%+1
  1429. goto p2
  1430. :wsx-b1
  1431. set /a b1=%b1%+1
  1432. goto p2
  1433. :wsx-b2
  1434. set /a b2=%b2%+1
  1435. goto p2
  1436. :wsx-b3
  1437. set /a b3=%b3%+1
  1438. goto p2
  1439. :wsx-b4
  1440. set /a b4=%b4%+1
  1441. goto p2
  1442. :wsx-b5
  1443. set /a b5=%b5%+1
  1444. goto p2
  1445. :wsx-c1
  1446. set /a c1=%c1%+1
  1447. goto p2
  1448. :wsx-c2
  1449. set /a c2=%c2%+1
  1450. goto p2
  1451. :wsx-c3
  1452. set /a c3=%c3%+1
  1453. goto p2
  1454. :wsx-c4
  1455. set /a c4=%c4%+1
  1456. goto p2
  1457. :wsx-c5
  1458. set /a c5=%c5%+1
  1459. goto p2
  1460. :wsx-d1
  1461. set /a d1=%d1%+1
  1462. goto p2
  1463. :wsx-d2
  1464. set /a d2=%d2%+1
  1465. goto p2
  1466. :wsx-d3
  1467. set /a d3=%d3%+1
  1468. goto p2
  1469. :wsx-d4
  1470. set /a d4=%d4%+1
  1471. goto p2
  1472. :wsx-d5
  1473. set /a d5=%d5%+1
  1474. goto p2
  1475. :end
  1476. pause
  1477. goto end
  1478. :qwera10
  1479. set /p="│   "<nul
  1480. goto next40
  1481. :qwera11
  1482. set /p="│●  "<nul
  1483. goto next41
  1484. :qwera1-1
  1485. set /p="│○  "<nul
  1486. goto next42
  1487. :qwera20
  1488. set /p="│   "<nul
  1489. goto next43
  1490. :qwera21
  1491. set /p="│●  "<nul
  1492. goto next44
  1493. :qwera22
  1494. set /p="│● ●"<nul
  1495. goto next45
  1496. :qwera2-1
  1497. set /p="│○  "<nul
  1498. goto next46
  1499. :qwera2-2
  1500. set /p="│○ ○"<nul
  1501. goto next47
  1502. :qwera30
  1503. set /p="│   "<nul
  1504. goto next48
  1505. :qwera31
  1506. set /p="│●  "<nul
  1507. goto next49
  1508. :qwera32
  1509. set /p="│● ●"<nul
  1510. goto next50
  1511. :qwera3-1
  1512. set /p="│○  "<nul
  1513. goto next51
  1514. :qwera3-2
  1515. set /p="│○ ○"<nul
  1516. goto next52
  1517. :qwera40
  1518. set /p="│   "<nul
  1519. goto next53
  1520. :qwera41
  1521. set /p="│●  "<nul
  1522. goto next54
  1523. :qwera42
  1524. set /p="│● ●"<nul
  1525. goto next55
  1526. :qwera4-1
  1527. set /p="│○  "<nul
  1528. goto next56
  1529. :qwera4-2
  1530. set /p="│○ ○"<nul
  1531. goto next57
  1532. :qwera50
  1533. set /p="│   │"<nul
  1534. goto next58
  1535. :qwera51
  1536. set /p="│●  │"<nul
  1537. goto next59
  1538. :qwera5-1
  1539. set /p="│○  │"<nul
  1540. goto next60
  1541. :qwerb10
  1542. set /p="│   "<nul
  1543. goto next61
  1544. :qwerb11
  1545. set /p="│●  "<nul
  1546. goto next62
  1547. :qwerb12
  1548. set /p="│● ●"<nul
  1549. goto next63
  1550. :qwerb1-1
  1551. set /p="│○  "<nul
  1552. goto next64
  1553. :qwerb1-2
  1554. set /p="│○ ○"<nul
  1555. goto next65
  1556. :qwerb20
  1557. set /p="│   "<nul
  1558. goto next66
  1559. :qwerb21
  1560. set /p="│●  "<nul
  1561. goto next67
  1562. :qwerb22
  1563. set /p="│● ●"<nul
  1564. goto next68
  1565. :qwerb23
  1566. set /p="│● ●"<nul
  1567. goto next69
  1568. :qwerb2-1
  1569. set /p="│○  "<nul
  1570. goto next70
  1571. :qwerb2-2
  1572. set /p="│○ ○"<nul
  1573. goto next71
  1574. :qwerb2-3
  1575. set /p="│○ ○"<nul
  1576. goto next72
  1577. :qwerb30
  1578. set /p="│   "<nul
  1579. goto next73
  1580. :qwerb31
  1581. set /p="│●  "<nul
  1582. goto next74
  1583. :qwerb32
  1584. set /p="│● ●"<nul
  1585. goto next75
  1586. :qwerb33
  1587. set /p="│● ●"<nul
  1588. goto next76
  1589. :qwerb3-1
  1590. set /p="│○  "<nul
  1591. goto next77
  1592. :qwerb3-2
  1593. set /p="│○ ○"<nul
  1594. goto next78
  1595. :qwerb3-3
  1596. set /p="│○ ○"<nul
  1597. goto next79
  1598. :qwerb40
  1599. set /p="│   "<nul
  1600. goto next80
  1601. :qwerb41
  1602. set /p="│●  "<nul
  1603. goto next81
  1604. :qwerb42
  1605. set /p="│● ●"<nul
  1606. goto next82
  1607. :qwerb43
  1608. set /p="│● ●"<nul
  1609. goto next83
  1610. :qwerb4-1
  1611. set /p="│○  "<nul
  1612. goto next84
  1613. :qwerb4-2
  1614. set /p="│○ ○"<nul
  1615. goto next85
  1616. :qwerb4-3
  1617. set /p="│○ ○"<nul
  1618. goto next86
  1619. :qwerb50
  1620. set /p="│   │"<nul
  1621. goto next87
  1622. :qwerb51
  1623. set /p="│●  │"<nul
  1624. goto next88
  1625. :qwerb52
  1626. set /p="│● ●│"<nul
  1627. goto next89
  1628. :qwerb5-1
  1629. set /p="│○  │"<nul
  1630. goto next90
  1631. :qwerb5-2
  1632. set /p="│○ ○│"<nul
  1633. goto next91
  1634. :qwer2b20
  1635. set /p="│   "<nul
  1636. goto next92
  1637. :qwer2b21
  1638. set /p="│   "<nul
  1639. goto next93
  1640. :qwer2b22
  1641. set /p="│   "<nul
  1642. goto next94
  1643. :qwer2b23
  1644. set /p="│●  "<nul
  1645. goto next95
  1646. :qwer2b2-1
  1647. set /p="│   "<nul
  1648. goto next96
  1649. :qwer2b2-2
  1650. set /p="│   "<nul
  1651. goto next97
  1652. :qwer2b2-3
  1653. set /p="│○  "<nul
  1654. goto next98
  1655. :qwer2b30
  1656. set /p="│   "<nul
  1657. goto next99
  1658. :qwer2b31
  1659. set /p="│   "<nul
  1660. goto next100
  1661. :qwer2b32
  1662. set /p="│   "<nul
  1663. goto next101
  1664. :qwer2b33
  1665. set /p="│●  "<nul
  1666. goto next102
  1667. :qwer2b3-1
  1668. set /p="│   "<nul
  1669. goto next103
  1670. :qwer2b3-2
  1671. set /p="│   "<nul
  1672. goto next104
  1673. :qwer2b3-3
  1674. set /p="│○  "<nul
  1675. goto next105
  1676. :qwer2b40
  1677. set /p="│   "<nul
  1678. goto next106
  1679. :qwer2b41
  1680. set /p="│   "<nul
  1681. goto next107
  1682. :qwer2b42
  1683. set /p="│   "<nul
  1684. goto next108
  1685. :qwer2b43
  1686. set /p="│●  "<nul
  1687. goto next109
  1688. :qwer2b4-1
  1689. set /p="│   "<nul
  1690. goto next110
  1691. :qwer2b4-2
  1692. set /p="│   "<nul
  1693. goto next111
  1694. :qwer2b4-3
  1695. set /p="│○  "<nul
  1696. goto next112
  1697. :qwerc10
  1698. set /p="│   "<nul
  1699. goto next113
  1700. :qwerc11
  1701. set /p="│●  "<nul
  1702. goto next114
  1703. :qwerc12
  1704. set /p="│● ●"<nul
  1705. goto next115
  1706. :qwerc1-1
  1707. set /p="│○  "<nul
  1708. goto next116
  1709. :qwerc1-2
  1710. set /p="│○ ○"<nul
  1711. goto next117
  1712. :qwerc20
  1713. set /p="│   "<nul
  1714. goto next118
  1715. :qwerc21
  1716. set /p="│●  "<nul
  1717. goto next119
  1718. :qwerc22
  1719. set /p="│● ●"<nul
  1720. goto next120
  1721. :qwerc23
  1722. set /p="│● ●"<nul
  1723. goto next121
  1724. :qwerc2-1
  1725. set /p="│○  "<nul
  1726. goto next122
  1727. :qwerc2-2
  1728. set /p="│○ ○"<nul
  1729. goto next123
  1730. :qwerc2-3
  1731. set /p="│○ ○"<nul
  1732. goto next124
  1733. :qwerc30
  1734. set /p="│   "<nul
  1735. goto next125
  1736. :qwerc31
  1737. set /p="│●  "<nul
  1738. goto next126
  1739. :qwerc32
  1740. set /p="│● ●"<nul
  1741. goto next127
  1742. :qwerc33
  1743. set /p="│● ●"<nul
  1744. goto next128
  1745. :qwerc3-1
  1746. set /p="│○  "<nul
  1747. goto next129
  1748. :qwerc3-2
  1749. set /p="│○ ○"<nul
  1750. goto next130
  1751. :qwerc3-3
  1752. set /p="│○ ○"<nul
  1753. goto next131
  1754. :qwerc40
  1755. set /p="│   "<nul
  1756. goto next132
  1757. :qwerc41
  1758. set /p="│●  "<nul
  1759. goto next133
  1760. :qwerc42
  1761. set /p="│● ●"<nul
  1762. goto next134
  1763. :qwerc43
  1764. set /p="│● ●"<nul
  1765. goto next135
  1766. :qwerc4-1
  1767. set /p="│○  "<nul
  1768. goto next136
  1769. :qwerc4-2
  1770. set /p="│○ ○"<nul
  1771. goto next137
  1772. :qwerc4-3
  1773. set /p="│○ ○"<nul
  1774. goto next138
  1775. :qwerc50
  1776. set /p="│   │"<nul
  1777. goto next139
  1778. :qwerc51
  1779. set /p="│●  │"<nul
  1780. goto next140
  1781. :qwerc52
  1782. set /p="│● ●│"<nul
  1783. goto next141
  1784. :qwerc5-1
  1785. set /p="│○  │"<nul
  1786. goto next142
  1787. :qwerc5-2
  1788. set /p="│○ ○│"<nul
  1789. goto next143
  1790. :qwer2c20
  1791. set /p="│   "<nul
  1792. goto next144
  1793. :qwer2c21
  1794. set /p="│   "<nul
  1795. goto next145
  1796. :qwer2c22
  1797. set /p="│   "<nul
  1798. goto next146
  1799. :qwer2c23
  1800. set /p="│●  "<nul
  1801. goto next147
  1802. :qwer2c2-1
  1803. set /p="│   "<nul
  1804. goto next148
  1805. :qwer2c2-2
  1806. set /p="│   "<nul
  1807. goto next149
  1808. :qwer2c2-3
  1809. set /p="│○  "<nul
  1810. goto next150
  1811. :qwer2c30
  1812. set /p="│   "<nul
  1813. goto next151
  1814. :qwer2c31
  1815. set /p="│   "<nul
  1816. goto next152
  1817. :qwer2c32
  1818. set /p="│   "<nul
  1819. goto next153
  1820. :qwer2c33
  1821. set /p="│●  "<nul
  1822. goto next154
  1823. :qwer2c3-1
  1824. set /p="│   "<nul
  1825. goto next155
  1826. :qwer2c3-2
  1827. set /p="│   "<nul
  1828. goto next156
  1829. :qwer2c3-3
  1830. set /p="│○  "<nul
  1831. goto next157
  1832. :qwer2c40
  1833. set /p="│   "<nul
  1834. goto next158
  1835. :qwer2c41
  1836. set /p="│   "<nul
  1837. goto next159
  1838. :qwer2c42
  1839. set /p="│   "<nul
  1840. goto next160
  1841. :qwer2c43
  1842. set /p="│●  "<nul
  1843. goto next161
  1844. :qwer2c4-1
  1845. set /p="│   "<nul
  1846. goto next162
  1847. :qwer2c4-2
  1848. set /p="│   "<nul
  1849. goto next163
  1850. :qwer2c4-3
  1851. set /p="│○  "<nul
  1852. goto next164
  1853. :qwerd10
  1854. set /p="│   "<nul
  1855. goto next165
  1856. :qwerd11
  1857. set /p="│●  "<nul
  1858. goto next166
  1859. :qwerd1-1
  1860. set /p="│○  "<nul
  1861. goto next167
  1862. :qwerd20
  1863. set /p="│   "<nul
  1864. goto next168
  1865. :qwerd21
  1866. set /p="│●  "<nul
  1867. goto next169
  1868. :qwerd22
  1869. set /p="│● ●"<nul
  1870. goto next170
  1871. :qwerd2-1
  1872. set /p="│○  "<nul
  1873. goto next171
  1874. :qwerd2-2
  1875. set /p="│○ ○"<nul
  1876. goto next172
  1877. :qwerd30
  1878. set /p="│   "<nul
  1879. goto next173
  1880. :qwerd31
  1881. set /p="│●  "<nul
  1882. goto next174
  1883. :qwerd32
  1884. set /p="│● ●"<nul
  1885. goto next175
  1886. :qwerd3-1
  1887. set /p="│○  "<nul
  1888. goto next176
  1889. :qwerd3-2
  1890. set /p="│○ ○"<nul
  1891. goto next177
  1892. :qwerd40
  1893. set /p="│   "<nul
  1894. goto next178
  1895. :qwerd41
  1896. set /p="│●  "<nul
  1897. goto next179
  1898. :qwerd42
  1899. set /p="│● ●"<nul
  1900. goto next180
  1901. :qwerd4-1
  1902. set /p="│○  "<nul
  1903. goto next181
  1904. :qwerd4-2
  1905. set /p="│○ ○"<nul
  1906. goto next182
  1907. :qwerd50
  1908. set /p="│   │"<nul
  1909. goto next183
  1910. :qwerd51
  1911. set /p="│●  │"<nul
  1912. goto next184
  1913. :qwerd5-1
  1914. set /p="│○  │"<nul
  1915. goto next185
  1916. :qwer-a10
  1917. set /p="│   "<nul
  1918. goto next-40
  1919. :qwer-a11
  1920. set /p="│●  "<nul
  1921. goto next-41
  1922. :qwer-a1-1
  1923. set /p="│○  "<nul
  1924. goto next-42
  1925. :qwer-a20
  1926. set /p="│   "<nul
  1927. goto next-43
  1928. :qwer-a21
  1929. set /p="│●  "<nul
  1930. goto next-44
  1931. :qwer-a22
  1932. set /p="│● ●"<nul
  1933. goto next-45
  1934. :qwer-a2-1
  1935. set /p="│○  "<nul
  1936. goto next-46
  1937. :qwer-a2-2
  1938. set /p="│○ ○"<nul
  1939. goto next-47
  1940. :qwer-a30
  1941. set /p="│   "<nul
  1942. goto next-48
  1943. :qwer-a31
  1944. set /p="│●  "<nul
  1945. goto next-49
  1946. :qwer-a32
  1947. set /p="│● ●"<nul
  1948. goto next-50
  1949. :qwer-a3-1
  1950. set /p="│○  "<nul
  1951. goto next-51
  1952. :qwer-a3-2
  1953. set /p="│○ ○"<nul
  1954. goto next-52
  1955. :qwer-a40
  1956. set /p="│   "<nul
  1957. goto next-53
  1958. :qwer-a41
  1959. set /p="│●  "<nul
  1960. goto next-54
  1961. :qwer-a42
  1962. set /p="│● ●"<nul
  1963. goto next-55
  1964. :qwer-a4-1
  1965. set /p="│○  "<nul
  1966. goto next-56
  1967. :qwer-a4-2
  1968. set /p="│○ ○"<nul
  1969. goto next-57
  1970. :qwer-a50
  1971. set /p="│   │"<nul
  1972. goto next-58
  1973. :qwer-a51
  1974. set /p="│●  │"<nul
  1975. goto next-59
  1976. :qwer-a5-1
  1977. set /p="│○  │"<nul
  1978. goto next-60
  1979. :qwer-b10
  1980. set /p="│   "<nul
  1981. goto next-61
  1982. :qwer-b11
  1983. set /p="│●  "<nul
  1984. goto next-62
  1985. :qwer-b12
  1986. set /p="│● ●"<nul
  1987. goto next-63
  1988. :qwer-b1-1
  1989. set /p="│○  "<nul
  1990. goto next-64
  1991. :qwer-b1-2
  1992. set /p="│○ ○"<nul
  1993. goto next-65
  1994. :qwer-b20
  1995. set /p="│   "<nul
  1996. goto next-66
  1997. :qwer-b21
  1998. set /p="│●  "<nul
  1999. goto next-67
  2000. :qwer-b22
  2001. set /p="│● ●"<nul
  2002. goto next-68
  2003. :qwer-b23
  2004. set /p="│● ●"<nul
  2005. goto next-69
  2006. :qwer-b2-1
  2007. set /p="│○  "<nul
  2008. goto next-70
  2009. :qwer-b2-2
  2010. set /p="│○ ○"<nul
  2011. goto next-71
  2012. :qwer-b2-3
  2013. set /p="│○ ○"<nul
  2014. goto next-72
  2015. :qwer-b30
  2016. set /p="│   "<nul
  2017. goto next-73
  2018. :qwer-b31
  2019. set /p="│●  "<nul
  2020. goto next-74
  2021. :qwer-b32
  2022. set /p="│● ●"<nul
  2023. goto next-75
  2024. :qwer-b33
  2025. set /p="│● ●"<nul
  2026. goto next-76
  2027. :qwer-b3-1
  2028. set /p="│○  "<nul
  2029. goto next-77
  2030. :qwer-b3-2
  2031. set /p="│○ ○"<nul
  2032. goto next-78
  2033. :qwer-b3-3
  2034. set /p="│○ ○"<nul
  2035. goto next-79
  2036. :qwer-b40
  2037. set /p="│   "<nul
  2038. goto next-80
  2039. :qwer-b41
  2040. set /p="│●  "<nul
  2041. goto next-81
  2042. :qwer-b42
  2043. set /p="│● ●"<nul
  2044. goto next-82
  2045. :qwer-b43
  2046. set /p="│● ●"<nul
  2047. goto next-83
  2048. :qwer-b4-1
  2049. set /p="│○  "<nul
  2050. goto next-84
  2051. :qwer-b4-2
  2052. set /p="│○ ○"<nul
  2053. goto next-85
  2054. :qwer-b4-3
  2055. set /p="│○ ○"<nul
  2056. goto next-86
  2057. :qwer-b50
  2058. set /p="│   │"<nul
  2059. goto next-87
  2060. :qwer-b51
  2061. set /p="│●  │"<nul
  2062. goto next-88
  2063. :qwer-b52
  2064. set /p="│● ●│"<nul
  2065. goto next-89
  2066. :qwer-b5-1
  2067. set /p="│○  │"<nul
  2068. goto next-90
  2069. :qwer-b5-2
  2070. set /p="│○ ○│"<nul
  2071. goto next-91
  2072. :qwer-2b20
  2073. set /p="│   "<nul
  2074. goto next-92
  2075. :qwer-2b21
  2076. set /p="│   "<nul
  2077. goto next-93
  2078. :qwer-2b22
  2079. set /p="│   "<nul
  2080. goto next-94
  2081. :qwer-2b23
  2082. set /p="│●  "<nul
  2083. goto next-95
  2084. :qwer-2b2-1
  2085. set /p="│   "<nul
  2086. goto next-96
  2087. :qwer-2b2-2
  2088. set /p="│   "<nul
  2089. goto next-97
  2090. :qwer-2b2-3
  2091. set /p="│○  "<nul
  2092. goto next-98
  2093. :qwer-2b30
  2094. set /p="│   "<nul
  2095. goto next-99
  2096. :qwer-2b31
  2097. set /p="│   "<nul
  2098. goto next-100
  2099. :qwer-2b32
  2100. set /p="│   "<nul
  2101. goto next-101
  2102. :qwer-2b33
  2103. set /p="│●  "<nul
  2104. goto next-102
  2105. :qwer-2b3-1
  2106. set /p="│   "<nul
  2107. goto next-103
  2108. :qwer-2b3-2
  2109. set /p="│   "<nul
  2110. goto next-104
  2111. :qwer-2b3-3
  2112. set /p="│○  "<nul
  2113. goto next-105
  2114. :qwer-2b40
  2115. set /p="│   "<nul
  2116. goto next-106
  2117. :qwer-2b41
  2118. set /p="│   "<nul
  2119. goto next-107
  2120. :qwer-2b42
  2121. set /p="│   "<nul
  2122. goto next-108
  2123. :qwer-2b43
  2124. set /p="│●  "<nul
  2125. goto next-109
  2126. :qwer-2b4-1
  2127. set /p="│   "<nul
  2128. goto next-110
  2129. :qwer-2b4-2
  2130. set /p="│   "<nul
  2131. goto next-111
  2132. :qwer-2b4-3
  2133. set /p="│○  "<nul
  2134. goto next-112
  2135. :qwer-c10
  2136. set /p="│   "<nul
  2137. goto next-113
  2138. :qwer-c11
  2139. set /p="│●  "<nul
  2140. goto next-114
  2141. :qwer-c12
  2142. set /p="│● ●"<nul
  2143. goto next-115
  2144. :qwer-c1-1
  2145. set /p="│○  "<nul
  2146. goto next-116
  2147. :qwer-c1-2
  2148. set /p="│○ ○"<nul
  2149. goto next-117
  2150. :qwer-c20
  2151. set /p="│   "<nul
  2152. goto next-118
  2153. :qwer-c21
  2154. set /p="│●  "<nul
  2155. goto next-119
  2156. :qwer-c22
  2157. set /p="│● ●"<nul
  2158. goto next-120
  2159. :qwer-c23
  2160. set /p="│● ●"<nul
  2161. goto next-121
  2162. :qwer-c2-1
  2163. set /p="│○  "<nul
  2164. goto next-122
  2165. :qwer-c2-2
  2166. set /p="│○ ○"<nul
  2167. goto next-123
  2168. :qwer-c2-3
  2169. set /p="│○ ○"<nul
  2170. goto next-124
  2171. :qwer-c30
  2172. set /p="│   "<nul
  2173. goto next-125
  2174. :qwer-c31
  2175. set /p="│●  "<nul
  2176. goto next-126
  2177. :qwer-c32
  2178. set /p="│● ●"<nul
  2179. goto next-127
  2180. :qwer-c33
  2181. set /p="│● ●"<nul
  2182. goto next-128
  2183. :qwer-c3-1
  2184. set /p="│○  "<nul
  2185. goto next-129
  2186. :qwer-c3-2
  2187. set /p="│○ ○"<nul
  2188. goto next-130
  2189. :qwer-c3-3
  2190. set /p="│○ ○"<nul
  2191. goto next-131
  2192. :qwer-c40
  2193. set /p="│   "<nul
  2194. goto next-132
  2195. :qwer-c41
  2196. set /p="│●  "<nul
  2197. goto next-133
  2198. :qwer-c42
  2199. set /p="│● ●"<nul
  2200. goto next-134
  2201. :qwer-c43
  2202. set /p="│● ●"<nul
  2203. goto next-135
  2204. :qwer-c4-1
  2205. set /p="│○  "<nul
  2206. goto next-136
  2207. :qwer-c4-2
  2208. set /p="│○ ○"<nul
  2209. goto next-137
  2210. :qwer-c4-3
  2211. set /p="│○ ○"<nul
  2212. goto next-138
  2213. :qwer-c50
  2214. set /p="│   │"<nul
  2215. goto next-139
  2216. :qwer-c51
  2217. set /p="│●  │"<nul
  2218. goto next-140
  2219. :qwer-c52
  2220. set /p="│● ●│"<nul
  2221. goto next-141
  2222. :qwer-c5-1
  2223. set /p="│○  │"<nul
  2224. goto next-142
  2225. :qwer-c5-2
  2226. set /p="│○ ○│"<nul
  2227. goto next-143
  2228. :qwer-2c20
  2229. set /p="│   "<nul
  2230. goto next-144
  2231. :qwer-2c21
  2232. set /p="│   "<nul
  2233. goto next-145
  2234. :qwer-2c22
  2235. set /p="│   "<nul
  2236. goto next-146
  2237. :qwer-2c23
  2238. set /p="│●  "<nul
  2239. goto next-147
  2240. :qwer-2c2-1
  2241. set /p="│   "<nul
  2242. goto next-148
  2243. :qwer-2c2-2
  2244. set /p="│   "<nul
  2245. goto next-149
  2246. :qwer-2c2-3
  2247. set /p="│○  "<nul
  2248. goto next-150
  2249. :qwer-2c30
  2250. set /p="│   "<nul
  2251. goto next-151
  2252. :qwer-2c31
  2253. set /p="│   "<nul
  2254. goto next-152
  2255. :qwer-2c32
  2256. set /p="│   "<nul
  2257. goto next-153
  2258. :qwer-2c33
  2259. set /p="│●  "<nul
  2260. goto next-154
  2261. :qwer-2c3-1
  2262. set /p="│   "<nul
  2263. goto next-155
  2264. :qwer-2c3-2
  2265. set /p="│   "<nul
  2266. goto next-156
  2267. :qwer-2c3-3
  2268. set /p="│○  "<nul
  2269. goto next-157
  2270. :qwer-2c40
  2271. set /p="│   "<nul
  2272. goto next-158
  2273. :qwer-2c41
  2274. set /p="│   "<nul
  2275. goto next-159
  2276. :qwer-2c42
  2277. set /p="│   "<nul
  2278. goto next-160
  2279. :qwer-2c43
  2280. set /p="│●  "<nul
  2281. goto next-161
  2282. :qwer-2c4-1
  2283. set /p="│   "<nul
  2284. goto next-162
  2285. :qwer-2c4-2
  2286. set /p="│   "<nul
  2287. goto next-163
  2288. :qwer-2c4-3
  2289. set /p="│○  "<nul
  2290. goto next-164
  2291. :qwer-d10
  2292. set /p="│   "<nul
  2293. goto next-165
  2294. :qwer-d11
  2295. set /p="│●  "<nul
  2296. goto next-166
  2297. :qwer-d1-1
  2298. set /p="│○  "<nul
  2299. goto next-167
  2300. :qwer-d20
  2301. set /p="│   "<nul
  2302. goto next-168
  2303. :qwer-d21
  2304. set /p="│●  "<nul
  2305. goto next-169
  2306. :qwer-d22
  2307. set /p="│● ●"<nul
  2308. goto next-170
  2309. :qwer-d2-1
  2310. set /p="│○  "<nul
  2311. goto next-171
  2312. :qwer-d2-2
  2313. set /p="│○ ○"<nul
  2314. goto next-172
  2315. :qwer-d30
  2316. set /p="│   "<nul
  2317. goto next-173
  2318. :qwer-d31
  2319. set /p="│●  "<nul
  2320. goto next-174
  2321. :qwer-d32
  2322. set /p="│● ●"<nul
  2323. goto next-175
  2324. :qwer-d3-1
  2325. set /p="│○  "<nul
  2326. goto next-176
  2327. :qwer-d3-2
  2328. set /p="│○ ○"<nul
  2329. goto next-177
  2330. :qwer-d40
  2331. set /p="│   "<nul
  2332. goto next-178
  2333. :qwer-d41
  2334. set /p="│●  "<nul
  2335. goto next-179
  2336. :qwer-d42
  2337. set /p="│● ●"<nul
  2338. goto next-180
  2339. :qwer-d4-1
  2340. set /p="│○  "<nul
  2341. goto next-181
  2342. :qwer-d4-2
  2343. set /p="│○ ○"<nul
  2344. goto next-182
  2345. :qwer-d50
  2346. set /p="│   │"<nul
  2347. goto next-183
  2348. :qwer-d51
  2349. set /p="│●  │"<nul
  2350. goto next-184
  2351. :qwer-d5-1
  2352. set /p="│○  │"<nul
  2353. goto next-185
复制代码

返回列表