QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#255763 | #5547. Short Function | MaMengQi | WA | 1ms | 3744kb | C++23 | 1.3kb | 2023-11-18 17:02:01 | 2023-11-18 17:02:01 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3744kb
input:
5 2 1 2 3 4 5
output:
24 120 60 40 30
result:
ok 5 number(s): "24 120 60 40 30"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3744kb
input:
8 3 12 5 16 14 10 6 9 2
output:
14515200 14515200 14515200 14515200 14515200 14515200 14515200 14515200
result:
ok 8 numbers
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3568kb
input:
6 10 3 7 8 2 9 5
output:
863654400 594474494 852443647 694008000 432539294 162647294
result:
wrong answer 1st numbers differ - expected: '56347321', found: '863654400'