Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
72493 sh25_shenpy 202503GESP一级图书馆里的老鼠 C++ 通过 0 MS 244 KB 172 2025-11-01 14:07:11

Tests(1/1):


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


测评信息: