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