当前位置:首页 > 英文缩写 > RE中文解释

RE是什么意思

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.