#33437: C++ 要記得加上 ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); 才不會TLE


wubaie (老億)

學校 : 不指定學校
編號 : 123253
來源 : [114.47.210.96]
最後登入時間 :
2025-10-12 11:15:14

C++ 要記得加上 ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); 才不會TLE