Runtime Error
英文缩写RE
英文全称Runtime Error
中文释义 运行时错误
所属分类电子电工
词条简介国际大学生程序设计竞赛(ACM/ICPC)中的常见错误:运行时错误。通常是因为数组越界,堆栈溢出,除0等引起。Your program failed during the execution (segmentation fault, floating point exception...). The exact cause is reported to the user.