题解列表

筛选

实数的打印

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){floata,b;……

常规解法使用map函数

摘要:解题思路:使用map函数注意事项:输入字符类型为float参考代码:x,a,b,c,d=map(float,input().split())fx=a*x**3+b*x**2+c*x+dprint(&#……

Python代码-报数问题

摘要:```pythonfrom collections import dequeif __name__ == '__main__': n = int(input()) qu……