LeetCode 加快输入输出

static auto __=[](){
    std::ios::sync_with_stdio(false);
    cin.tie(nullptr);
    return nullptr;
}();
//注意放在solution上面

 

posted @ 2019-05-28 20:33  冷眼旁观你的泪  阅读(331)  评论(0)    收藏  举报