#16619: ^=====^|||


hshua (hshua)


您或許執行了不正確的系統指令。 /4475665/code_4475665.exe: error while loading shared libraries: libgcc_s.so.1: failed to map segment from shared object
--------------------------------------------------------
C++ 和 python 都發生一樣的情況 !
可以check一下嗎?

#16641: Re:^=====^|||


314159265358979323846264338327 ... (少年π)


您或許執行了不正確的系統指令。 /4475665/code_4475665.exe: error while loading shared libraries: libgcc_s.so.1: failed to map segment from shared object
--------------------------------------------------------
C++ 和 python 都發生一樣的情況 !
可以check一下嗎?

記憶體只有16MB喔


#20431: Re:^=====^|||


hshua (hshua)


您或許執行了不正確的系統指令。 /4475665/code_4475665.exe: error while loading shared libraries: libgcc_s.so.1: failed to map segment from shared object
--------------------------------------------------------
C++ 和 python 都發生一樣的情況 !
可以check一下嗎?


題目輸入的  (N <= 100,000) 是嚇你的 !!!
不要直接宣告 A[100000] ,實際宣告 A[N+5] 即可 !