QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#140015 | #4966. Decimal XOR | MaMengQi | WA | 1ms | 3516kb | C++20 | 2.8kb | 2023-08-14 23:09:00 | 2023-08-14 23:09:03 |
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: 3516kb
input:
22776 15954
output:
09099
result:
ok single line: '09099'
Test #2:
score: 0
Accepted
time: 1ms
memory: 3516kb
input:
29 18908
output:
09900
result:
ok single line: '09900'
Test #3:
score: 0
Accepted
time: 1ms
memory: 3456kb
input:
18908 29
output:
09900
result:
ok single line: '09900'
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3484kb
input:
0 0
output:
result:
wrong answer 1st lines differ - expected: '0', found: ''