QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#194467 | #7520. Monster Generator | ucup-team159# | WA | 1ms | 3476kb | C++23 | 5.4kb | 2023-09-30 20:51:26 | 2023-11-04 17:09:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3420kb
input:
3 5 3 1 5 2 4 2 1 3 1 9 100 1
output:
113
result:
ok single line: '113'
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3476kb
input:
3 100000000 3 1 5 2 4 2 1 3 1 9 100 1
output:
2817250686
result:
wrong answer 1st lines differ - expected: '35000000549999998', found: '2817250686'