提交时间:2025-11-24 18:40:51

运行 ID: 74274

#include<iostream> using namespace std; int main() { int n; cin>>n; if(n % 2 != 0) { cout<<"yes"<<endl; } }