收起
import math x = eval(input()) y = math.log(abs(math.cos(x))*math.exp(math.sin(x))) print(y)
报告相同问题?