QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#258313 | #7637. Exactly Three Neighbors | GuanYunchang | RE | 0ms | 3944kb | C++17 | 2.3kb | 2023-11-19 16:58:03 | 2023-11-19 16:58:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3788kb
input:
2 3
output:
3 1 # # .
result:
ok good solution
Test #2:
score: 0
Accepted
time: 0ms
memory: 3792kb
input:
1 1
output:
-1 -1
result:
ok no solution
Test #3:
score: 0
Accepted
time: 0ms
memory: 3860kb
input:
3 4
output:
4 4 .##. #### #..# ####
result:
ok good solution
Test #4:
score: 0
Accepted
time: 0ms
memory: 3756kb
input:
3 5
output:
10 4 .##. #### #..# #### .##. .##. .##. .##. .##. .##.
result:
ok good solution
Test #5:
score: 0
Accepted
time: 0ms
memory: 3740kb
input:
4 5
output:
5 5 #.### ###.# .#### ##.## ####.
result:
ok good solution
Test #6:
score: 0
Accepted
time: 0ms
memory: 3944kb
input:
7 10
output:
5 4 .##. #### #..# #### .##.
result:
ok good solution
Test #7:
score: 0
Accepted
time: 0ms
memory: 3856kb
input:
5 7
output:
14 4 .##. #### #..# #### .##. #### #..# #### .##. #### #..# #### .##. .##.
result:
ok good solution
Test #8:
score: -100
Runtime Error
input:
7 9