QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#138381 | #1899. Maximaze XOR sum | daoquanglinh2007 | WA | 1ms | 3492kb | C++20 | 1.6kb | 2023-08-11 16:59:27 | 2023-08-11 16:59:31 |
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: 1ms
memory: 3436kb
input:
2 1 1 2 2
output:
6 1 1
result:
ok n=2
Test #2:
score: 0
Accepted
time: 1ms
memory: 3492kb
input:
3 2 1 4 4 0 4
output:
7 0
result:
ok n=3
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3492kb
input:
10 12 0 4 3 1 1 12 3 11 11 3 3 14 6 14 15 1 15 5 2
output:
30 1 1
result:
wrong answer Wrong sum