diff options
| author | n1c00o <git.n1c00o@gmail.com> | 2021-10-06 19:07:50 +0200 |
|---|---|---|
| committer | n1c00o <git.n1c00o@gmail.com> | 2021-10-06 19:07:50 +0200 |
| commit | d6af7a2c4f3342a69e1cd0507654d811dcbe11ee (patch) | |
| tree | 10347d053c4821907be4974550c495414c397cbe /please-pass-the-coded-messages/constraints.txt | |
| parent | 41349211cbd067492938eab837b6e6ce08f758ae (diff) | |
Add files of please-pass-the-coded-messages
Diffstat (limited to 'please-pass-the-coded-messages/constraints.txt')
| -rw-r--r-- | please-pass-the-coded-messages/constraints.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/please-pass-the-coded-messages/constraints.txt b/please-pass-the-coded-messages/constraints.txt new file mode 100644 index 0000000..f201987 --- /dev/null +++ b/please-pass-the-coded-messages/constraints.txt @@ -0,0 +1,21 @@ +Java +==== +Your code will be compiled using standard Java 8. All tests will be run by calling the solution() method inside the Solution class + +Execution time is limited. + +Wildcard imports and some specific classes are restricted (e.g. java.lang.ClassLoader). You will receive an error when you verify your solution if you have used a blacklisted class. + +Third-party libraries, input/output operations, spawning threads or processes and changes to the execution environment are not allowed. + +Your solution must be under 32000 characters in length including new lines and and other non-printing characters. + +Python +====== +Your code will run inside a Python 2.7.13 sandbox. All tests will be run by calling the solution() function. + +Standard libraries are supported except for bz2, crypt, fcntl, mmap, pwd, pyexpat, select, signal, termios, thread, time, unicodedata, zipimport, zlib. + +Input/output operations are not allowed. + +Your solution must be under 32000 characters in length including new lines and and other non-printing characters. |
