#25442: C++ cin TLE


williamhuang910520@gmail.com (cin大於大於str分號)


做個 IO優化 即可

    ios_base::sync_with_stdio(false);

    cin.tie(0);