I have a piece of code that looks like this: ---example.c--- #include int main() { char c; while ((c = getchar()) && (c != EOF)) ;
確定! 回上一頁