Runtime Error (NZEC) in simple code

前端 未结 6 1143
没有蜡笔的小新
没有蜡笔的小新 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:30

    I had the same message while programming in java. It turned out I should have put my source code in default package (or not change package at all). I hope this helps someone.

提交回复
热议问题