#includeint main(){ int a; char偶数,奇数; scanf("%d",&a); printf("s",a%2==0?"偶数":"奇数"); return 0;}
我来看看printf("%s",a%2==0?"偶数":"奇数");char偶数,奇数; 这行没用,删掉