#include <iostream>

using namespace std;
int c[20,s[120];
int main()
{
    cin>>c;
    while((c>='a' && c<='z') || (c>='0'))
    return 0;
}