acm中报错是什么意思
acmruntimeerrortimeLimitExceededacm中上面两个错误都是在什么时候发生有什么不同什么叫程序有问题提示编译出错也叫程序有问题能不能解释的具体...
acm runtime error time Limit Exceeded
acm中上面两个错误都是在什么时候发生 有什么不同
什么叫程序有问题 提示编译出错也叫程序有问题
能不能解释的具体点 最好举个例子
还有就是我的程序在本地没问题 展开
acm中上面两个错误都是在什么时候发生 有什么不同
什么叫程序有问题 提示编译出错也叫程序有问题
能不能解释的具体点 最好举个例子
还有就是我的程序在本地没问题 展开
3个回答
展开全部
让我们来看看北大POJ的官方解释:
Runtime Error (RE):The solution has caused an unhandled exception (as defined by the runtime environment) during execution.
Time Limit Exceeded(TLE):The solution has run for longer time than permitted. This means either the time spent on all test cases exceeds the overall limit or that spent on a single test case exceeds the per-case limit. Note that time limits for solutions in Java are tripled. These solutions are also allowed an extra 110 ms for each test case.
一般在本地没问题,上传即RE的,多是运行时数组申请不够大,一些大的测试数据使得超过了申请的空间所致。RE属于编译通过,运行时实时错误。而CE(Compile Error)属于编译错误。
Runtime Error (RE):The solution has caused an unhandled exception (as defined by the runtime environment) during execution.
Time Limit Exceeded(TLE):The solution has run for longer time than permitted. This means either the time spent on all test cases exceeds the overall limit or that spent on a single test case exceeds the per-case limit. Note that time limits for solutions in Java are tripled. These solutions are also allowed an extra 110 ms for each test case.
一般在本地没问题,上传即RE的,多是运行时数组申请不够大,一些大的测试数据使得超过了申请的空间所致。RE属于编译通过,运行时实时错误。而CE(Compile Error)属于编译错误。
参考资料: http://acm.pku.edu.cn/JudgeOnline/page?id=1000
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
第一种是你的程序有问题…
第二钟是你做题超时了…
第二钟是你做题超时了…
参考资料: 如果您的回答是从其他地方引用,请表明出处
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2009-08-15
展开全部
第二个是超时,代码效率不够
第一个不清楚
第一个不清楚
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询