開發平台(Platform): (Ex: Win10, Linux, ...)
Linux
編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出)
gcc
問題(Question):
各位大神大家好,小弟正在做資料結構的作業,因為就教授要求必須用二為維動態陣列,
但是遇到一些錯誤狀況,在delete的時候會跑出錯誤狀況:
Error:free(): invalid next size(fast)
餵入的資料(Input):
n 為 欲排列的個數
amax amin 為產生隨機變數區間
rseed 為種子
預期的正確結果(Expected Output):
錯誤結果(Wrong Output):
Error:free(): invalid next size(fast)
程式碼(Code):(請善用置底文網頁, 記得排版,禁止使用圖檔)
https://ideone.com/GIdoRv
補充說明(Supplement):