[计程] 使用了不该使用的内存?

楼主: 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