Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 232 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 232 Bytes

LeetCode

My LeetCode profile: garywei944

C++ Trick to run faster

static const auto _____ = []() {
    ios::sync_with_stdio(false);
    cin.tie(nullptr);
    return nullptr;
}();