首页
编程
java
php
前端
首页
编程
java
php
前端
这个是为撒子,我不知道错哪了
if a[i] % 2 == 1
要判断奇数应该是a[i]%2!=0
if(a[i]%2!=0)
点击展开全文