Online Judge
Toggle navigation
童织码
首页
问题列表
状态
作业
帮助
登录
首页
状态
316149
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)
测评信息: