返回列表 发帖
  1. @echo off
  2. set /a N=100,M=N
  3. :LP
  4. SET /A M/=5,T+=M
  5. IF %M% EQU 0 (ECHO %T%)ELSE GOTO :LP
  6. pause
复制代码

TOP

返回列表