提交时间:2025-05-10 16:01:27

运行 ID: 321539

#include<iostream> using namespace std; int main(){ int k,x,y; cin>>k>>x>>y; cout<<(y/k)-(x/k); return 0; }