Public message
Michał Adamczyk |
2015-05-01 09:45:14
Full feedback is available! You just need to wait until your submission is judged and then reveal your score on the submission details page.
You can reveal your score 15 times per task. This option will be disabled during the last 20 minutes
> Full feedback is available! You just need to wait until your submission is judged and then reveal your score on the submission details page.
>
> You can reveal your score 15 times per task. This option will be disabled during the last 20 minutes
|
Public message
Jakub Radoszewski |
2015-05-01 09:30:00
File Paths:
subtask 1: 5 seconds
subtask 2: 10 seconds
subtask 3: 10 seconds
Hacker:
subtask 1: 1 second
subtask 2: 1 second
subtask 3: 5 seconds
subtask 4: 5 seconds
Tug of War:
subtask 1: 1 second
subtask 2: 1.5 seconds
subtask 3: 2 seconds
subtask 3: 4 seconds
> File Paths:
> subtask 1: 5 seconds
> subtask 2: 10 seconds
> subtask 3: 10 seconds
>
> Hacker:
> subtask 1: 1 second
> subtask 2: 1 second
> subtask 3: 5 seconds
> subtask 4: 5 seconds
>
> Tug of War:
> subtask 1: 1 second
> subtask 2: 1.5 seconds
> subtask 3: 2 seconds
> subtask 3: 4 seconds
|
Public message
Michał Adamczyk |
2015-05-01 02:08:18
When you reveal a submission in the task "Tug of War", for each subtask you receive the grading result (for example: "Wrong answer", "Time limit exceeded", "Runtime error") on the FIRST test case where your program failed. The result is "OK" if your program passes the whole subtask.
> When you reveal a submission in the task "Tug of War", for each subtask you receive the grading result (for example: "Wrong answer", "Time limit exceeded", "Runtime error") on the FIRST test case where your program failed. The result is "OK" if your program passes the whole subtask.
|
Question
ikbal kazar |
2015-04-30 14:39:38
Where can I find the results of online participants?
> Where can I find the results of online participants?
Public message
Szymon Acedański |
2015-04-30 15:17:02
The results will be available around 5PM CEST.
|
Question
bayram berdiyev |
2015-04-30 13:05:16
test case
4
1 2
2 3
2 4
answer
2
3 4
1 2
if I print like this answer will I get wrong answer?
> test case
> 4
> 1 2
> 2 3
> 2 4
>
> answer
> 2
> 3 4
> 1 2
> if I print like this answer will I get wrong answer?
Public message
Jakub Radoszewski |
2015-04-30 13:37:29
> test case
> 4
> 1 2
> 2 3
> 2 4
>
> answer
> 2
> 3 4
> 1 2
> if I print like this answer will I get wrong answer?
Yes.
You can connect already connected computers.
|
Public message
Szymon Acedański |
2015-04-30 13:16:58
And all submissions will be regraded.
> And all submissions will be regraded.
|
Public message
Jakub Radoszewski |
2015-04-30 12:25:45
It has n=5001.
This test will be removed and all solutions will be regraded soon.
> It has n=5001.
>
> This test will be removed and all solutions will be regraded soon.
|
Public message
Szymon Acedański |
2015-04-30 10:49:35
Please do not use std::random_device, because it opens a file (/dev/urandom), which is forbidden by rules.
rand() and std::random_shuffle are OK.
> Please do not use std::random_device, because it opens a file (/dev/urandom), which is forbidden by rules.
>
> rand() and std::random_shuffle are OK.
|