Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
11537 lance 【入门】苹果和虫子 C++ 解答错误 0 MS 248 KB 147 2022-10-06 09:38:37

Tests(0/20):


#include "bits/stdc++.h" using namespace std; int main(){ int n,x,y; cin>>n>>x>>y; int s=0; if(y%x)s=y/x; else s=y/x+1; cout<<n-s; }


测评信息: