联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
@echo off setlocal enabledelayedexpansion for /l %%n in (100,1,1000) do ( set a=%%n set x=!a:~0,1! set y=!a:~1,1! set z=!a:~2,1! set /a x=!x! set /a y=!y! set /a z=!z! set /a sum=!x!*!x!*!x!+!y!*!y!*!y!+!z!*!z!*!z! if !a! equ !sum! echo !a! ) pause