Not_Fidisk's blog

By Not_Fidisk, history, 4 years ago, In English

TLDR: Can anyone tell me how to use pretest in mashup contest?

So in normal contest in codeforce, I saw that our submission was judged by the pretests, and when the contest is over, it will be rejudged by the main tests. So it's there a way to pretest submission in a mashup contest. Currently, I making a contest for my learning group in codeforce, and I want to use pretest in order to reduce judging time. Of course, I can just put only the pretests in the problems first, when the contest is over, I will upload the main test and manually rejudge all of the solution. This is my only method, but it's really inefficient. So, it's there better ways to do it?

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

»
4 years ago, # |
Rev. 3   Vote: I like it -20 Vote: I do not like it

Gym >> Mashup >> Create new mashup

A) Contest name

B) Contest duration (in milisecond)

C) Clone contest options

D) Problems List:

  • You can coppy the shortform to add problem like this 111A

  • You can use polygon for advance setup

I only use mashup for 2 days and those are what I know up till now. If I wrong something please correct me <3

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

    He asked how to use pretests in mashup contest? :/// and is your answer relavent ??

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

      Oh, thanks for correcting me. I misunderstood

»
4 years ago, # |
Rev. 2   Vote: I like it +3 Vote: I do not like it

I don't think the feature you're asking for currently exists, PLEASE ANYONE CORRECT ME IF I'm WRONG, but I think a have some workaround:

You have to create the problems on polygon and add the initial tests (pretests), wait for the contest to complete then add the rest of the tests to each problem and commit changes, then rejudge all the solutions.

I know that this is really naive lol but it's the only workaround I can think of.

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

    yebb, i do exactly what you have just said . It is too hard, is there any way to do them all in polygon ://