QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#445672 | #8527. Power Divisions | ucup-team3910 | WA | 16ms | 11376kb | C++20 | 1.7kb | 2024-06-16 07:32:29 | 2024-06-16 07:32:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 16ms
memory: 11300kb
input:
5 2 0 0 1 1
output:
6
result:
ok 1 number(s): "6"
Test #2:
score: -100
Wrong Answer
time: 10ms
memory: 11376kb
input:
1 0
output:
0
result:
wrong answer 1st numbers differ - expected: '1', found: '0'