提交时间:2025-03-09 10:05:56

运行 ID: 312046

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