英文缩写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.