- 问答
- 2023-09-22 10:28:06 @
必修课课堂习题p5养蚕用错误的方程代码也可以AC!!!
解法:
m(天数)=[√[2x(叶数)+a]-5.5]
a∈[21,33)
建议再加一组input=68 output=7的数据
可以卡掉上面的伪AC代码
正解:
import math
print(int(math.sqrt(2*int(input())+20.25)-5.5))
或
a=input()
cnt=0
while a-cnt-5>0 :
cnt+=1
a-=cnt+5
print(cnt)
0 条评论
目前还没有评论...