提交时间:2025-07-07 15:42:40
运行 ID: 328839
#include<iostream> using namespace std; int main(){ int k,x,y; cin>>k>>x>>y; cout<<y/k-((x-1)/k); }