№100

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include <locale> #include <ctype.h> //100 using namespace std; int main(void) { char c;{ c = getchar(); if (isdigit(c)) std::cout << c << " - цифра" << std::endl; else if (isalpha(c)) std::cout << c << " - буква " << std::endl; return 0; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines