QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#815107 | #9878. A xor B plus C | ucup-team253# | WA | 92ms | 266900kb | C++23 | 2.7kb | 2024-12-15 04:26:59 | 2024-12-15 04:26:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 91ms
memory: 265416kb
input:
1 2 3 4
output:
7
result:
ok "7"
Test #2:
score: -100
Wrong Answer
time: 92ms
memory: 266900kb
input:
123 456 789 123456789
output:
895138053
result:
wrong answer 1st words differ - expected: '567982455', found: '895138053'