#132: IO優化


haha (大學長)

學校 : 彰化縣精誠中學
編號 : 637
來源 : [61.223.112.68]
最後登入時間 :
2025-01-04 23:52:06
a551. 快速快速冪 -- cses | From: [163.23.124.189] | 發表日期 : 2024-11-13 19:37

C++需要IO優化

 

 
#133: Re:IO優化


211022@stu.cchs.chc.edu.tw (cyouxiang)

學校 : 彰化縣精誠中學
編號 : 919
來源 : [118.232.3.76]
最後登入時間 :
2025-01-01 20:55:11
a551. 快速快速冪 -- cses | From: [118.232.32.82] | 發表日期 : 2024-11-13 22:45

C++需要IO優化

 


大哥你的io優化指的是fread嗎?

 
#134: Re:IO優化


pusapphire@gmail.com (pusapphire)

學校 : 不指定學校
編號 : 612
來源 : [111.246.26.244]
最後登入時間 :
2024-11-23 00:29:32
a551. 快速快速冪 -- cses | From: [140.117.178.210] | 發表日期 : 2024-11-13 22:47

C++需要IO優化

 


大哥你的io優化指的是fread嗎?


std::cin.tie(nullptr) + std::sync_with_stdio(false) 就能過了喔~

 
#135: Re:IO優化


pusapphire@gmail.com (pusapphire)

學校 : 不指定學校
編號 : 612
來源 : [111.246.26.244]
最後登入時間 :
2024-11-23 00:29:32
a551. 快速快速冪 -- cses | From: [140.117.178.210] | 發表日期 : 2024-11-13 22:47

C++需要IO優化

 


大哥你的io優化指的是fread嗎?


std::cin.tie(nullptr) + std::sync_with_stdio(false) 就能過了喔~


(指std::ios_base::sync_with_stdio  上面打錯)

 
#136: Re:IO優化


211022@stu.cchs.chc.edu.tw (cyouxiang)

學校 : 彰化縣精誠中學
編號 : 919
來源 : [118.232.3.76]
最後登入時間 :
2025-01-01 20:55:11
a551. 快速快速冪 -- cses | From: [118.232.32.82] | 發表日期 : 2024-11-13 23:07

C++需要IO優化

 


大哥你的io優化指的是fread嗎?


std::cin.tie(nullptr) + std::sync_with_stdio(false) 就能過了喔~


(指std::ios_base::sync_with_stdio  上面打錯)


這個我有試過了,但還是會tle(應該是我太爛)

 
#138: Re:IO優化


211022@stu.cchs.chc.edu.tw (cyouxiang)

學校 : 彰化縣精誠中學
編號 : 919
來源 : [118.232.3.76]
最後登入時間 :
2025-01-01 20:55:11
a551. 快速快速冪 -- cses | From: [118.232.32.82] | 發表日期 : 2024-11-13 23:12

C++需要IO優化

 


大哥你的io優化指的是fread嗎?


std::cin.tie(nullptr) + std::sync_with_stdio(false) 就能過了喔~


(指std::ios_base::sync_with_stdio  上面打錯)


這個我有試過了,但還是會tle(應該是我太爛)


我發現我忘記用位元運算和'\n',感覺有很大可能是卡這裡

 
ZeroJudge Forum