QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#720477 | #9448. Product Matrix | ucup-team5027 | WA | 0ms | 16312kb | C++14 | 7.9kb | 2024-11-07 12:58:44 | 2024-11-07 12:58:44 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 16312kb
input:
2 2 1 2 3 4 2 0 1 2
output:
0 0 26 140 1928 1 1 2 8 64 26 0 0
result:
wrong answer 1st numbers differ - expected: '4', found: '0'