QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#51173 | #4633. Coprime Matrices | ZhangYiDe | WA | 1ms | 3600kb | C++11 | 1.5kb | 2022-10-01 12:50:47 | 2022-10-01 12:50:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3600kb
input:
3 3 2 1 3
output:
Yes 4 9 2 3 5 7 8 1 6
result:
ok OK, Accepted.
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3588kb
input:
1 1 1 1 1
output:
Yes 4 9 2 3 5 7 8 1 6
result:
wrong answer Integer parameter [name=A[i][j]] equals to 4, violates the range [1, 1]