QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#155148 | #3179. Cordon Bleu | lmq26052003 | WA | 1ms | 3624kb | C++20 | 3.2kb | 2023-09-01 12:08:34 | 2023-09-01 12:08:35 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3516kb
input:
1 1 -324 -832 -324 -832 -324 -832
output:
0
result:
ok single line: '0'
Test #2:
score: 0
Accepted
time: 1ms
memory: 3624kb
input:
2 2 1 0 0 -1 -1 1 2 -1 0 0
output:
5
result:
ok single line: '5'
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3552kb
input:
1 1 597 546 -353 -842 597 546
output:
4676
result:
wrong answer 1st lines differ - expected: '2338', found: '4676'