static auto __=[](){ std::ios::sync_with_stdio(false); cin.tie(nullptr); return nullptr; }();
//注意放在solution上面
static auto __=[](){ std::ios::sync_with_stdio(false); cin.tie(nullptr); return nullptr; }();
//注意放在solution上面
转载于:https://www.cnblogs.com/Jawen/p/10940043.html