c scanf until eof. 在C 语言中,你可以使用scanf 函数从标准输入中读取数据。如果你想一直读取输入,直到文件结束(EOF),可以使用如下代码: while(scanf("%d", &n) !=
確定! 回上一頁