题解列表

筛选

输出问题

摘要:先贴代码以示友好 ```python def res1(): print('x1=',end='') print('%.3f'%(-b/(2*a))) print('……