#22265: cin,cout


Stanley1103 (unknown_user)


用cin,cout的加這兩行就不會TLE了

ios::sync_with_stdio(false);
    cin.tie(0);