Run ID:89530

提交时间:2024-08-25 14:29:54

#include <iostream> using namespace std; int main(){ int a; if(a%2==1){ cout<<"Yes"; } else{ cout<<"No" } }