dd

include<iostream>

include<cctype>

using namespace std;ios

int main()
{spa

char n;
while (cin >> n)
{
    if (isalpha(n))
        cout << "YES";
    else
        cout << "NO";
}

}code

相關文章
相關標籤/搜索