| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 72493 | sh25_shenpy | 202503GESP一级图书馆里的老鼠 | C++ | Accepted | 0 MS | 244 KB | 172 | 2025-11-01 14:07:11 |
#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; }