提交时间:2025-12-19 16:51:59

运行 ID: 76733

using namespace std; int main() { int n; cin>>n; if(n%2==1) { cout<<"yes"; } else { cout<<""; } return 0; }