[計程] 使用了不該使用的記憶體?

作者: andy88566y (貓龍)   2013-10-08 23:45:55
蕭主衡
你的程式當掉了!>"< 原因:使用到不該用的記憶體
?!
林天翼 It means that your program accessed the memory address that doesn't
exist.
It may result from using the element of the array out of range.
e.g.
int a[10];
a[10] = 1; //There is no a[10] in array a.
陳柏文 有時測資會比你預期的多,然後塞爆你暫存答案用的陣列...
Alvin Tsao 跟我一樣的悲劇= =
Negro DaFirst me too
王聲融 真是太感謝強者 TA 們了. 成功拿到5分

Links booklink

Contact Us: admin [ a t ] ucptt.com