QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#111388#1899. Maximaze XOR sumdaoquanglinh2007WA 2ms3684kbC++141.8kb2023-06-06 22:41:062023-06-06 22:41:10

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2
1 1
2 2

output:

6 1
1 

result:

ok n=2

Test #2:

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

input:

3
2 1 4
4 0 4

output:

7 0

result:

ok n=3

Test #3:

score: -100
Wrong Answer
time: 1ms
memory: 3460kb

input:

10
12 0 4 3 1 1 12 3 11 11
3 3 14 6 14 15 1 15 5 2

output:

26 0

result:

wrong answer Wrong sum