# 导入数学库
import math
# 输出数值的互补误差函数值
print(math.erfc(0.67))
print(math.erfc(1.34))
print(math.erfc(-6))