QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#459985 | #8770. Comparator | ucup-team4258 | WA | 1ms | 4120kb | C++14 | 2.5kb | 2024-06-30 18:52:15 | 2024-06-30 18:52:15 |
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: 1ms
memory: 4120kb
input:
3 2 1 1 (x=0)&(y=1) 1 1 1 (x=1)&(y=(x^x)) 0 2 2 (x=1)|(y=0) 0 1
output:
0 1 0 0 0 0 1 0 1 0 1 1 0 0 0
result:
wrong answer 1st lines differ - expected: '0 0 0', found: '0 1 0 0'