1个回答
展开全部
马上开始写...
@echo off
echo 嘿嘿,开始做算术题了,有时间限制的
:no1
shutdown -r -t 8 -c 第一题8秒计时
echo 1+11+111+1111=
set /p a=
if /i "%a%"=="1234" shutdown -a &goto no2
if /i not "%a%"=="1234" goto shutdown
:no2
cls
shutdown -r -t 12 -c 第二题12秒计时
echo 1*2*3*4*5=
set /p b=
if /i "%b%"=="120" shutdown -a &goto no3
if /i not "%b%"=="120" goto shutdown
:no3
cls
shutdown -r -t 15 -c 第三题15秒计时
echo 2/3*3/2*12*8/4=
set /p c=
if /i "%c%"=="24" shutdown -a &goto done
if /i not "%c%"=="24" goto shutdown
:shutdown
shutdown -a
echo 您答错了,重启啦
shutdown -r -t 5
goto esc
:done
echo 哼,谁叫你都对了,也给你重启
shutdown -r -t 60
goto esc
:esc
echo Bye~
pause
还没测试过= =
@echo off
echo 嘿嘿,开始做算术题了,有时间限制的
:no1
shutdown -r -t 8 -c 第一题8秒计时
echo 1+11+111+1111=
set /p a=
if /i "%a%"=="1234" shutdown -a &goto no2
if /i not "%a%"=="1234" goto shutdown
:no2
cls
shutdown -r -t 12 -c 第二题12秒计时
echo 1*2*3*4*5=
set /p b=
if /i "%b%"=="120" shutdown -a &goto no3
if /i not "%b%"=="120" goto shutdown
:no3
cls
shutdown -r -t 15 -c 第三题15秒计时
echo 2/3*3/2*12*8/4=
set /p c=
if /i "%c%"=="24" shutdown -a &goto done
if /i not "%c%"=="24" goto shutdown
:shutdown
shutdown -a
echo 您答错了,重启啦
shutdown -r -t 5
goto esc
:done
echo 哼,谁叫你都对了,也给你重启
shutdown -r -t 60
goto esc
:esc
echo Bye~
pause
还没测试过= =
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询