1000000007's blog

By 1000000007, history, 7 years ago, In English

I stress tested a few of the other participants codes of today's educational and found a few cases where they fail. But the input size is around ~2 MB where the maximum allowed limit is 256 KB. SO i can't upload it. Can't this size limit be removed for educational rounds?

  • Vote: I like it
  • +5
  • Vote: I do not like it

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

You can upload the source code of your generator instead.

  • »
    »
    7 years ago, # ^ |
      Vote: I like it +8 Vote: I do not like it

    i'm using a random testcase generator and every time i run it produces a output different from previous one. so it doesn't help. thanks anyway.

    • »
      »
      »
      7 years ago, # ^ |
        Vote: I like it +19 Vote: I do not like it

      Try using srand(const) instead of srand(time(NULL)).

  • »
    »
    7 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    We can upload source code in a hack test case? I wasn't aware of it. Can you show an example?

    • »
      »
      »
      7 years ago, # ^ |
      Rev. 2   Vote: I like it +25 Vote: I do not like it

      How do you expect him to show you an example? Just write a code which prints some test case to the standard output, and then in the hacking window, click generated input.