QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#614858 | #9443. Left Equals Right | ucup-team3091# | WA | 1ms | 4068kb | C++20 | 2.3kb | 2024-10-05 17:03:05 | 2024-10-05 17:03:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3880kb
input:
3 4 9 5
output:
4
result:
ok "4"
Test #2:
score: 0
Accepted
time: 1ms
memory: 3780kb
input:
2 100 100
output:
2
result:
ok "2"
Test #3:
score: 0
Accepted
time: 1ms
memory: 3836kb
input:
8 3 2 6 3 1 2 4 5
output:
11520
result:
ok "11520"
Test #4:
score: 0
Accepted
time: 1ms
memory: 3860kb
input:
2 93 93
output:
2
result:
ok "2"
Test #5:
score: -100
Wrong Answer
time: 1ms
memory: 4068kb
input:
2 62 45
output:
-1
result:
wrong answer 1st words differ - expected: '0', found: '-1'