QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#332117 | #7637. Exactly Three Neighbors | ucup-team1617# | RE | 0ms | 3840kb | C++20 | 2.0kb | 2024-02-19 09:14:43 | 2024-02-19 09:14:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3752kb
input:
2 3
output:
6 1 # # . # # .
result:
ok good solution
Test #2:
score: 0
Accepted
time: 0ms
memory: 3840kb
input:
1 1
output:
-1 -1
result:
ok no solution
Test #3:
score: 0
Accepted
time: 0ms
memory: 3704kb
input:
3 4
output:
4 4 ###. #.## #.## ###.
result:
ok good solution
Test #4:
score: 0
Accepted
time: 0ms
memory: 3808kb
input:
3 5
output:
10 1 # # . # # . # # . .
result:
ok good solution
Test #5:
score: 0
Accepted
time: 0ms
memory: 3704kb
input:
4 5
output:
5 5 ##.## .#### ###.# #.### ####.
result:
ok good solution
Test #6:
score: 0
Accepted
time: 0ms
memory: 3700kb
input:
7 10
output:
4 5 ###.. #.### #.### ###..
result:
ok good solution
Test #7:
score: -100
Runtime Error
input:
5 7