🌈 搜索
📅  最后修改于: 2022-03-11 15:04:44.485000             🧑  作者: Mango
#include int main() { char c; while (read(STDIN_FILENO, &c, 1) == 1); return 0; }