#include using namespace std; int main(){ int N; cin>>N; mapmp; for(int i=1;i<=N;i++){ mp[N/i]++; } cout<