開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
VC++
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
無
問題(Question):
https://uva.onlinejudge.org/external/4/465.pdf
餵入的資料(Input):
Sample Input
Debug的ramdom input
預期的正確結果(Expected Output):
結果皆為正確
錯誤結果(Wrong Output):
UVa Wrong Answer
程式碼(Code):(請善用置底文網頁, 記得排版)
http://ideone.com/w2XUya
補充說明(Supplement):
想知道是不是istringstream的關係,網路上其他人的Code都是用sscanf抓參數,
稍微改了一下輸入方式卻出錯了;不知道大家平常都習慣用什麼寫法呢?