提交时间:2024-11-08 17:14:27

运行 ID: 55950

#include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a; if(a%2==1) { cout<<"yes"<<endl; } }