📜  leetcode fast io c++ 代码示例

📅  最后修改于: 2022-03-11 14:44:58.570000             🧑  作者: Mango

代码示例1
static bool     _foo = ios::sync_with_stdio(false);
static ostream* _bar = cin.tie(NULL);