【ACM】ACMer口头上常用的那些简称及含义

  • Queuing: The judge is so busy that it can't judge your solution at the moment. Usually you just need to wait a while because our judge server is powered by IBM and Intel Xeon :-)
  • Compiling : Your solution is being compiled to binary form by specified compiler.
  • Running : Your program is running on the server and fed with input data if necessary.
  • Accepted (AC) : Yes, your program is correct. You did a good job!
  • Presentation Error (PE) : Your program's output format is not exactly the same as required by the problem, although the output is correct. This usually means the existence of omitted or extra blank characters (white spaces, tab characters and/or new line characters) between any two non-blank characters, and/or blank lines (a line consisting of only blank characters) between any two non-blank lines. Trailing blank characters at the end of each line and trailing blank lines at the of output are not considered format errors. Check the output for spaces, blank lines, etc. against the problem's output specification.
  • Wrong Answer (WA) : Correct solution not reached for the inputs. The inputs and outputs that we use to test the programs are not public (it is recomendable to get accustomed to a true contest dynamic :-)
  • Runtime Error (RE) : Your program failed during the execution and you will receive the hints for the reasons. Here are part of the hints and their meanings.
    • ACCESS_VIOLATION Your program tried to read from or write to a address for which it does not have the appropriate access.
    • ARRAY_BOUNDS_EXCEEDED Your program tried to access an array element that is out of bounds and the underlying hardware supports bounds checking.
    • FLOAT_DENORMAL_OPERAND One of the operands in a floating-point operation is denormal. A denormal value is one that is too small to represent as a standard floating-point value.
    • FLOAT_DIVIDE_BY_ZERO The thread tried to divide a floating-point value by a floating-point divisor of zero.
    • FLOAT_OVERFLOW The exponent of a floating-point operation is greater than the magnitude allowed by the corresponding type.
    • FLOAT_UNDERFLOW The exponent of a floating-point operation is less than the magnitude allowed by the corresponding type.
    • INTEGER_DIVIDE_BY_ZERO Your program tried to divide an integer value by an integer divisor of zero.
    • INTEGER_OVERFLOW The result of an integer operation caused a carry out of the most significant bit of the result.
    • STACK_OVERFLOW Your program used up its stack.
    • ...... Other runtime errors.
  • Time Limit Exceeded (TLE) : Your program tried to run during too much time.
  • Memory Limit Exceeded (MLE) : Your program tried to use more memory than the judge default settings.
  • Output Limit Exceeded (OLE) : Your program tried to write too much information. This usually occurs if it goes into a infinite loop.
  • Compilation Error (CE) : The compiler fails to compile your program. Warning messages are not considered errors. Click on the judge's reply to see the warning and error messages produced by the compiler.
  • System Error: The judge cannot run your program. One example is that your program requires much more memory than hardware limitation.
  • Out Of Contest Time : This message can only appear during a contest, if a program is submitted out of contest time.
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

糖果天王

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值