c++

dhr123 蔡虚坤 2023-09-07 20:15:24 15

#include using namespace std; int main() { char c; scanf("%c",&c); if(c>='A' && c<='Z'){ printf("YES"); }else{ printf("NO"); } return 0; }

{{ vote && vote.total.up }}