🌈 搜索
📅  最后修改于: 2022-03-11 14:44:45.386000             🧑  作者: Mango
int main() { ifstream file("o.txt"); int num; while (file >> num){ //whatever you need to do } }