QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#261107 | #7637. Exactly Three Neighbors | ucup-team1259 | WA | 0ms | 3568kb | C++20 | 2.9kb | 2023-11-22 17:59:13 | 2023-11-22 17:59:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3568kb
input:
2 3
output:
1 3 ##.
result:
ok good solution
Test #2:
score: 0
Accepted
time: 0ms
memory: 3532kb
input:
1 1
output:
-1 -1
result:
ok no solution
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3564kb
input:
3 4
output:
4 3 .## ##. ##. .##
result:
wrong answer the total share of black squares must be 3/4, but your plan is 2/3