#include <iostream> #include <cctype> using namespace std; int main (void) { // use isdigit, isalpha, etc. return 0; }