#11163: 確認測資


iven00000000 (羽音穎次方)

學校 : 國立臺灣科技大學
編號 : 48522
來源 : [61.219.144.211]
最後登入時間 :
2017-10-20 15:22:23
a291. nAnB problem | From: [111.243.177.233] | 發表日期 : 2016-07-14 21:26

剛剛利用結果來判斷

測資應該是沒有問題的,每個數字都有用空白隔開

想用cin cout請閱讀以下網頁
https://chino.taipei/note-2016-0311C-%E7%9A%84%E8%BC%B8%E5%87%BA%E5%85%A5cin-cout%E5%92%8Cscanf-printf%E8%AA%B0%E6%AF%94%E8%BC%83%E5%BF%AB%EF%BC%9F/

用scanf的請注意:scanf讀到文件末會回傳-1,如果只用while判斷
ex.while(scanf("%d %d %d %d"), a,b,c,d){ ...略
會把-1當true導致TLE

 
ZeroJudge Forum