#include <stdio.h> int main(){ int n; scanf("%d",&n); if(n%2==0){ printf("no"); } else{ printf("yes"); } }
暂无评论,快来抢首评~
相关推荐