4 / 4
Sep 2010

As in the title I get NZEC on SPOJ while on ideone.com it receive neither errors nor warnings.
I don't want to share my code, because it's from HSPL but admins can check my submission #4074745 (https://hs.spoj.pl/files/src/40747451).
The program print:

{"init terminating in do_boot",{undef,[{tested,main,[]},{init,start_it,1},{init,start_em,1}]}}

and the error is:

init terminating in do_boot ()

I already had this error on ideone but I managed to eliminate it.

I would be thankful for help (I would deal of course with it myself as with rest of the languages but because of the fact that on ideone it works, I started considering that it may not be my fault; althought it would probably turn out that it was me who did something wrong as with Go language).

// If on ideone my program will receive the same error as in HSPL I will of course try to fix the mistake by myself again.

  • created

    Sep '10
  • last reply

    Sep '10
  • 3

    replies

  • 508

    views

  • 2

    users

  • 2

    links

ideone

-module(prog).

spoj

-module(tested).

I know...

Thanks again. smile
I thought I would have to have whole program - what a relief. smiley