py高精过不了?
查看原帖
py高精过不了?
201219
coolbreeze楼主2022/10/29 10:57
n = int(input());
s = 4*100 * (1 - 100**n ) - 80 * (1-10**n) * 11 + 4 * n * (-99);
print( s//9//(-99) )

时间爆炸 如何优化

2022/10/29 10:57
加载中...