#include<bits/stdc++.h> using namespace std; int main(){ printf("请输入英文字母:"); if("大写字母") cout<<"true"; else cout<<"false"; return 0; }
B
请输入英文字母:true
true
exit code: 0, checker exit code: 0