QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#668766#9284. Christmas Children CircleZhaoZiLongWA 4ms17528kbC++17902b2024-10-23 15:52:002024-10-23 15:52:00

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 4ms
memory: 16864kb

input:

3
2 1 4
2 4 3
2 3 1

output:

1 4 3 

result:

ok Participant's answer is valid

Test #2:

score: 0
Accepted
time: 4ms
memory: 15500kb

input:

4
1 2
1 3
1 5
1 2

output:

2 3 5 2 

result:

ok Participant's answer is valid

Test #3:

score: 0
Accepted
time: 4ms
memory: 17192kb

input:

3
3 5 3 4
3 3 2 1
3 2 5 1

output:

5 3 2 

result:

ok Participant's answer is valid

Test #4:

score: -100
Wrong Answer
time: 0ms
memory: 17528kb

input:

10
10 15 33 96 77 35 59 67 86 48 14
10 77 62 46 78 54 43 81 84 41 94
10 85 13 96 66 51 76 97 69 17 41
10 80 36 16 14 48 56 95 4 2 89
10 22 59 63 41 55 39 64 25 24 47
10 57 12 100 47 22 26 77 28 74 24
10 60 38 32 13 73 57 66 20 29 51
10 95 52 87 86 40 100 74 11 57 19
10 41 85 81 1 80 28 82 11 61 20
1...

output:

15 77 85 80 22 57 60 95 41 76 

result:

wrong answer numbers of player 5 are not distinct after pass from player 4