開發平台(Platform): (Ex: Win10, Linux, ...)
Win10
編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出)
MinGW + VS Code
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
大家好我是C++初學者在練習這個問題時
http://bit.ly/2yTqpHW
進入countSort function後會回不到main function
我的錯誤是進到
C:\MinGW\lib\gcc\mingw32\6.3.0\include\c++\ext\new_allocator.h
void
deallocate(pointer __p, size_type)
{ ::operator delete(__p); }
產生error
不知道是不是我VS Code沒裝好有問題還是?
餵入的資料(Input):
預期的正確結果(Expected Output):
錯誤結果(Wrong Output):
進入countSort function後會回不到main function
程式碼(Code):(請善用置底文網頁, 記得排版,禁止使用圖檔)
http://bit.ly/2yTqpHW
補充說明(Supplement):
初次在這個版發文,有錯請見諒><