当结束循环输入-1时,还判断了一次奇数,怎么改啊。第一次输入-1时,直接输出over怎么写?
用 while 循环呗
// while (number != -1) { } if (number == -1) { printf("\nover"); }