QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#668744#9284. Christmas Children CircleHuangHanShengWA 4ms17412kbC++17803b2024-10-23 15:46:312024-10-23 15:46:40

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
2 1 4
2 4 3
2 3 1

output:

1 3 3 

result:

ok Participant's answer is valid

Test #2:

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

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: 16528kb

input:

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

output:

5 2 2 

result:

ok Participant's answer is valid

Test #4:

score: -100
Wrong Answer
time: 3ms
memory: 17412kb

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 76 80 22 57 60 95 41 76 

result:

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