QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#79546 | #5521. Excellent XOR Problem | ybw051114# | WA | 2ms | 3380kb | C++14 | 5.2kb | 2023-02-20 13:19:23 | 2023-02-20 13:19:24 |
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: 0
Wrong Answer
time: 2ms
memory: 3380kb
input:
4 2 0 0 3 1 2 3 5 16 8 4 2 1 6 42 42 42 42 42 42
output:
NO YES 3 1 1 2 2 3 3 YES 2 1 1 2 5 YES 3 1 1 2 2 3 6
result:
FAIL all xors must be different (test case 4)