Python求大佬
查看原帖
Python求大佬
1440529
Loki2077楼主2024/10/24 23:11
x,n=map(int,input().split())
if 1 <= x <= 5:
    print(250*(n-((n+x-1)//7)*2))
else:
    print(250*(n-((n+x-1)//7+(8-x))*2))
2024/10/24 23:11
加载中...