Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
63267 zhanghongyi 202503GESP一级图书馆里的老鼠 C++ 通过 0 MS 244 KB 201 2025-03-24 17:34:34

Tests(1/1):


#include<iostream> using namespace std; int main() { int n,x,y,mun=0; cin>>n>>x>>y; mun=y/x; if(y%x==0){ cout<<n-mun; } else if(y%x!=0){ mun++; cout<<n-mun; } return 0; }


测评信息: