哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
2024-09-22 10:36:36
发布于:湖北
5阅读
0回复
0点赞
#include <cstdio>
#include <iostream>
#include <cmath>
#include <cstring>
using namespace std;
long long t, n;
int main(){
cin >> t;
while(t--){
cin >> n;
if(n % 2 == 0) cout << "No" << endl;
else cout << "Yes" << endl;
}
return 0;
}
这里空空如也
有帮助,赞一个