QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#51207#4632. Card SharkGuanYunchangWA 5ms8668kbC++171.9kb2022-10-01 13:58:022022-10-01 13:58:05

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 8492kb

input:

5 4 3
0100010
00100
001000100
0010
0100010

output:

2 1 3 5 4

result:

ok single line: '2 1 3 5 4'

Test #2:

score: 0
Accepted
time: 1ms
memory: 8468kb

input:

4 2 1
010
10101
010
10101

output:

2 1 4 3

result:

ok single line: '2 1 4 3'

Test #3:

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

input:

1 5 3
001000010000100

output:

1

result:

ok single line: '1'

Test #4:

score: 0
Accepted
time: 2ms
memory: 8280kb

input:

2 5 3
01000
00010

output:

-1

result:

ok single line: '-1'

Test #5:

score: 0
Accepted
time: 1ms
memory: 8412kb

input:

1 5 3
11111

output:

-1

result:

ok single line: '-1'

Test #6:

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

input:

10 5 3
000010000100
0001000010000100001
000100
00010
00010000100
0010
00001000010000100001000010
00010
001
001000010

output:

6 2 1 9 7 3 10 4 8 5

result:

ok single line: '6 2 1 9 7 3 10 4 8 5'

Test #7:

score: 0
Accepted
time: 5ms
memory: 8624kb

input:

1000 5 4
010000100
00100
001000
00010000100001000
0010000100
100
00001000010000
000010
00010000100001000010
01000010000100
100
0000100
1
00010000
0010
0001
10000100
00001000
1
000100
0000100001
000010000100001000
00100001
010
00100001000010000100
0000100001
010
00100001000010000100001
0000100001
001...

output:

4 1 2 3 10 5 15 9 14 6 23 7 11 25 28 8 16 12 30 31 13 18 24 20 39 27 34 36 37 21 22 35 47 52 26 29 40 43 44 53 38 17 56 19 42 58 59 60 32 33 57 48 45 65 50 54 71 63 74 41 64 51 73 79 75 80 81 90 62 68 46 70 67 99 87 100 69 108 72 97 76 77 82 83 86 88 49 93 94 98 103 55 101 61 102 106 104 109 105 112...

result:

ok single line: '4 1 2 3 10 5 15 9 14 6 23 7 11...988 984 989 992 994 991 999 998'

Test #8:

score: -100
Wrong Answer
time: 4ms
memory: 8668kb

input:

1000 5 2
0001000010000100001
00100001
000010
0010000
000100001000
100001000010000100001000010000
010000100001
00010
1000010000100001000
010
010000100001000010
001000
1000010000
000010000100001000
10000
10000100
01000
100001000010
00100
00100
000010000
1000010000100001000010000100001
100
100001000010...

output:

7 3 1 14 10 5 11 8 36 17 25 21 6 9 26 30 2 39 44 32 35 46 45 4 13 15 16 12 47 49 58 51 18 52 53 55 62 22 50 23 19 20 31 72 24 77 86 38 93 27 40 65 28 64 101 29 33 71 105 114 118 66 78 42 34 37 74 75 41 84 43 48 54 68 121 82 124 83 73 76 95 97 85 88 80 56 106 57 110 109 144 116 59 123 146 126 87 149 ...

result:

wrong answer 1st lines differ - expected: '-1', found: '7 3 1 14 10 5 11 8 36 17 25 21...992 993 997 999 995 998 986 996'