看板 C_and_CPP 關於我們 聯絡資訊
回饋一下原 po,試著用一點點最佳化 我記憶體不夠,iteration 調成 1000 萬次 系統:Debian GNU/Linux Jessie 8.3 g++ 版本:4.9.2 $ g++ -o file file.cpp -std=c++14 $ ./file 16313 17946 16363 $ g++ -o file file.cpp -std=c++14 -O3 $ ./file 2310 2330 2154 參考看看 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 175.182.115.150 ※ 文章網址: https://www.ptt.cc/bbs/C_and_CPP/M.1456923474.A.F80.html
Caesar08: 十分感謝你,但是能試試看用O2或O3嗎? 03/02 21:06
※ 編輯: Neisseria (175.182.115.150), 03/02/2016 21:40:19
Caesar08: 感謝你的數據 03/02 21:43