開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
Codeblocks
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
程式應該沒問題可以AC,但卻一會time limit
餵入的資料(Input):
預期的正確結果(Expected Output):
錯誤結果(Wrong Output):
程式碼(Code):(請善用置底文網頁, 記得排版)
http://codepad.org/kIhbcI8m
補充說明(Supplement):
我用CPE的judge system可以AC
但是用uva online judge就無法,會time limit,不知道我是哪邊會出問題?
謝謝哦
後來想說用ceil就不用從頭找到尾,把code改成 http://codepad.org/mR9AQSUz 就AC
但還是想知道原來那個寫法會time limit的原因?