#23058: 給用 c++ 結果 TLE 的你


paul2309825@gmail.com (Paul Wu)


如果用dfs ,別把 stl 傳入遞迴,並加入以下code。

ios::sync_with_stdio(false);

    cin.tie(0);

否則 TLE