#23366: 關於超時


l88102412 (ouo)


如果用cin cout的顯示TLE的話試試看用printf和scanf

#26148: Re:關於超時


810416@fhsh.khc.edu.tw (Eric_hung)


如果用cin cout的顯示TLE的話試試看用printf和scanf


或加io加速:cin.sync_with_stdio(0),cin.tie(0);