QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#111388 | #1899. Maximaze XOR sum | daoquanglinh2007 | WA | 2ms | 3684kb | C++14 | 1.8kb | 2023-06-06 22:41:06 | 2023-06-06 22:41:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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