m.khooryani's blog

By m.khooryani, history, 9 years ago, In English

Hi every one

my code runs in my computer and every thing is OK, but I got runtime error in judge. what's wrong?

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
9 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by m.khooryani (previous revision, new revision, compare).

»
9 years ago, # |
  Vote: I like it 0 Vote: I do not like it

access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.misc")

Apparently using sun.misc package is not allowed.