Tab
<>
""
''
()
{}
[]
/
:
;
?
,
.
$
输入
运行
xxxxxxxxxx
4
1
#!/bin/bash
2
3
val=`expr 2 + 2`
4
echo "两数之和为 : $val"
实例代码
运行结果
为你的程序添加输入
提交