QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#30584#3013. XOR Sequencessmax#WA 11ms4856kbC++231.2kb2022-04-30 05:43:362022-04-30 05:45:45

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4 12
2
2
3
6
1
12
1
12
9
7
5
5
4
8
10
11

output:

8

result:

ok answer is 8

Test #2:

score: 0
Accepted
time: 0ms
memory: 3632kb

input:

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

output:

64

result:

ok answer is 64

Test #3:

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

input:

4 1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1

output:

16

result:

ok answer is 16

Test #4:

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

input:

0 1
1

output:

1

result:

ok answer is 1

Test #5:

score: 0
Accepted
time: 3ms
memory: 3548kb

input:

1 1
1
1

output:

2

result:

ok answer is 2

Test #6:

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

input:

1 2
2
1

output:

1

result:

ok answer is 1

Test #7:

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

input:

2 3
2
2
3
1

output:

2

result:

ok answer is 2

Test #8:

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

input:

2 3
2
1
2
3

output:

0

result:

ok answer is 0

Test #9:

score: -100
Wrong Answer
time: 11ms
memory: 4856kb

input:

16 2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2552
2551
2551
2551
2551
2551
2551
2551
2551
2551
2551
2551
2551
2551
2551
2551
2551
2550
2550
2550
2550
2550
2550
2550
2550
2550
2550
25...

output:

0

result:

wrong answer expected 596575534, found 0