#include using namespace std; int main(){ string c=""; for(int i=1;i<=100;++i) c+=to_string(i); int d; cin>>d; cout<