返回列表 发帖
@echo off
set /p a=请输入数字 && set /p b=请输入数字
echo 第一次输入的是:%a% 第二次输入的是:%b%
set /a c=a+b
echo 两数之和为: %c%
pauseCOPY

TOP

返回列表