Runtime Error (NZEC) in simple code

前端 未结 6 1131
没有蜡笔的小新
没有蜡笔的小新 2020-12-11 05:41

I\'m getting runtime error (NZEC) when running the following code over at SPOJ. I\'d be very thankful if any of you would kindly point out what\'s going on.

         


        
6条回答
  •  北海茫月
    2020-12-11 06:20

    This error can also mean that the program does not work correctly that is the output is not the expected output... believe it or not this is a strong possibility that your code is just not doing what the question asks it to....

    Quoting from the link given at the end ->

    NZEC (non-zero exit code) - helps telling crash from WA with interpreted languages; WA = Wrong Answer.

    please see this link The SPOJ System

提交回复
热议问题