3 / 3
May 2008

Hello,

I've submitted several ARJ solutions however they all get 'internal error' on the server, which is a status code I've never gotten before confused . I'm not exactly sure why, all of my submissions compile and run fine on both of my home computers.

Help/Advice would be appreciated.

-Raven

  • created

    May '08
  • last reply

    May '08
  • 2

    replies

  • 768

    views

  • 2

    users

Could you please point on actual submission numbers?

Any of these:

1493337
1490423
1490415
1490400
1490396

But I figured out what the problem was, I think javac on the judge was printing out too many warnings due to un-printable characters, but these warnings do not happen on my machines (for reasons I can not determine).

Alas, if warnings were disabled (with 'javac -nowarn'), I might be able to shave off 5-10kb from my solution smile