#!/bin/sbin

read -p "please input first number:" a
read -p "please input second number:" b
echo "a+b=$((a+b))"
echo "a-b=$((a-b))"                      

 

相关文章:

  • 2022-12-23
  • 2021-12-26
  • 2021-05-28
  • 2021-12-23
  • 2021-05-02
  • 2021-08-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
相关资源
相似解决方案