QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#71292 | #3840. Pass the Ball! | ZhaoZiLong | WA | 2ms | 5524kb | C++20 | 2.3kb | 2023-01-09 15:50:42 | 2023-01-09 15:50:44 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 2ms
memory: 5524kb
input:
4 4 2 4 1 3 1 2 3 4
output:
25 20 25 30
result:
ok 4 lines
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 5356kb
input:
3 6 2 3 1 1 2 3 999999998 999999999 1000000000
output:
11 10 13 10 13 11
result:
wrong answer 2nd lines differ - expected: '11', found: '10'