Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
316149 123456 【C2-4】小虫爬墙 Python3 通过 100 57 MS 3764 KB 129 2025-04-05 20:11:16

Tests(6/6):


x,y=map(int,input().split()) s=0 i=0 while s<x: i+=1 s+=y if s>=x: break i+=1 s-=1 print(i)


测评信息: