刷题打怪
email: [email protected]
From Bupt
c-o
c++ speed up ios, toggle off cout && cin, use printf and scanf instead.
static const auto ___ = [](){
ios::sync_with_stdio(false);
cin.tie(nullptr);
return nullptr;
};
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
刷题打怪
email: [email protected]
From Bupt
c-o
c++ speed up ios, toggle off cout && cin, use printf and scanf instead.
static const auto ___ = [](){
ios::sync_with_stdio(false);
cin.tie(nullptr);
return nullptr;
};
刷题打怪