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