Either your program was aborted by the Jutge, or your program crashed.
In the former case, for at least one test case
your program is too slow, or perhaps it would never stop.
The most common reasons for the latter case are
trying to access an invalid memory reference,
using too much memory (the recursive stack included),
using too much time (or having an infinite loop),
floating point exceptions,
and printing too much output.