Data Compression

View as PDF

Submit solution

Points: 15 (partial)
Time limit: 10.0s
Memory limit: 1G

Author:
Problem type

Output the contents of this file with as few characters of code as possible.

Notes:

  • Your score is 2^{16} - \text{len}(\text{code}).
  • Your code length is counted by the Python 3 len() function on a UTF-8 encoded str data type.
  • \r characters are stripped from your code before counting the number of characters.
  • Your output does not need to contain any whitespace characters. Leading and trailing whitespace characters are removed before comparison.
  • The code that generated the file can be found here. To run it, you must have Node.js installed.

Comments


  • -17
    c  commented on June 23, 2020, 7:35 a.m.

    This comment is hidden due to too much negative feedback. Show it anyway.