QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#593869 | #6677. Puzzle: Sashigane | ZhaoZiLong | WA | 0ms | 3840kb | C++20 | 5.6kb | 2024-09-27 16:35:13 | 2024-09-27 16:35:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3516kb
input:
5 3 4
output:
Yes 4 1 1 3 4 5 5 -3 -4 4 2 -2 2 2 3 1 1
result:
ok Correct. (1 test case)
Test #2:
score: 0
Accepted
time: 0ms
memory: 3764kb
input:
1 1 1
output:
Yes 0
result:
ok Correct. (1 test case)
Test #3:
score: 0
Accepted
time: 0ms
memory: 3840kb
input:
3 2 3
output:
Yes 2 3 1 -2 2 1 2 1 1
result:
ok Correct. (1 test case)
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3804kb
input:
10 10 5
output:
Yes 6 1 10 9 -9 2 9 8 -8 3 8 7 -7 4 7 6 -6 5 6 5 -5 6 1 1 1
result:
wrong answer At least one cell is left uncovered. (test case 1)