下面的代码放到class Solution
前面可以减少运行时间,具体原因不是很清楚。
static int x = []() {
std::ios::sync_with_stdio( false );
std::cin.tie( NULL );
std::cout.tie( NULL );
return NULL;
}();
下面的代码放到class Solution
前面可以减少运行时间,具体原因不是很清楚。
static int x = []() {
std::ios::sync_with_stdio( false );
std::cin.tie( NULL );
std::cout.tie( NULL );
return NULL;
}();
本文标题:LeetCode 减少运行时间的代码
本文链接:https://www.haomeiwen.com/subject/nlizuqtx.html
网友评论