#include #include #include int main() { using namespace std; printf("%d ", isdigit('0')); printf("%d ", iswdigit(L'0')); return 0; }