int i=a+2;i<=b;i+=2
(int i=a;i<=b;i+=2){
if(i==a){
continue;
}
输入a和b for循环遍历a+1到b 如果i mod 2==0 输出i和空格
同楼上!!让你水,还敢水吗??嗯?????