#includeint main(){ int a; char偶数,奇数; scanf("%d",&a); printf("s",a%2==0?"偶数":"奇数"); return 0;}
printf输出的时候 %s 不是s 少一个%