QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#187317 | #5521. Excellent XOR Problem | qsceszthn# | WA | 0ms | 3704kb | C++14 | 849b | 2023-09-24 16:20:47 | 2023-09-24 16:20:48 |
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: 0ms
memory: 3704kb
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 2 1 1 2 3 YES 2 1 4 5 5 NO
result:
FAIL all xors must be different (test case 2)